cri-o/vendor/github.com/containers/image/.travis.yml

18 lines
290 B
YAML
Raw Normal View History

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