1
0
Fork 0
forked from barak/tarpoon
tarpoon/vendor/github.com/containers/image/.travis.yml

16 lines
280 B
YAML

---
language: go
sudo: required
notifications:
email: false
go:
- 1.7
install: make deps
script: make .gitvalidation && make validate && make test && make test-skopeo
dist: trusty
os:
- linux
addons:
apt:
packages:
- libgpgme11-dev