cri-o/.travis.yml

33 lines
485 B
YAML
Raw Normal View History

language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- tip
sudo: required
services:
- docker
before_install:
- sudo apt-get -qq update
- sudo apt-get -qq install btrfs-tools libdevmapper-dev libgpgme11-dev libapparmor-dev libseccomp-dev
install:
- make install.tools
before_script:
- export PATH=$HOME/gopath/bin:$PATH
script:
- make .gitvalidation
- make gofmt
- make lint
- make integration
- make docs
- make
notifications:
irc: "chat.freenode.net#cri-o"