cri-o/.travis.yml
Mrunal Patel 8fb98a7a73 travis: Fixup the IRC channel
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
2017-06-16 16:27:03 -07:00

32 lines
485 B
YAML

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"