cri-o/.travis.yml
Jonathan Yu 3560be5d4d Travis CI notifications to Freenode #ocid
Signed-off-by: Jonathan Yu <jawnsy@redhat.com>
2017-02-13 21:14:09 -08:00

30 lines
430 B
YAML

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