Enable Travis CI
Enable a simple CI via Travis which currently install skopeo and shellcheck and runs `make validate`. Fixes: #13 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
cbaca108b9
commit
9f4b80d054
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sudo: required
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:projectatomic/ppa --yes
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq shellcheck skopeo
|
||||
|
||||
script:
|
||||
- make validate
|
Loading…
Reference in a new issue