cri-o/.travis.yml
Antonio Murdaca 9bcaab76d1
.travis.yml: remove make ocid ocic since there's make integration
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-09-24 00:38:07 +02:00

24 lines
334 B
YAML

language: go
go:
- 1.6
- 1.7
sudo: required
services:
- docker
before_script:
- export PATH=$HOME/gopath/bin:$PATH
before_install:
- make install.tools
- go get -u github.com/alecthomas/gometalinter
- gometalinter --install --update
install: true
script:
- make .gitvalidation
- make lint
- make integration