9f4b80d054
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>
9 lines
214 B
YAML
9 lines
214 B
YAML
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
|