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:
Valentin Rothberg 2019-09-11 10:50:25 +02:00
parent cbaca108b9
commit 9f4b80d054

9
.travis.yml Normal file
View 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