cri-o/.travis.yml

22 lines
309 B
YAML
Raw Normal View History

language: go
go:
- 1.6
- 1.7
sudo: required
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 binaries