cri-o/.travis.yml
Antonio Murdaca aa748b62b2
makefile stuff
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-09-19 19:51:03 +02:00

22 lines
323 B
YAML

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
- go get -t -d ./...
install: true
script:
- make .gitvalidation
- make lint
- make