cri-o/.travis.yml
Antonio Murdaca 57e0d9a8ad
.travis.yml: enable make docs
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-09-28 23:55:50 +02:00

22 lines
249 B
YAML

language: go
go:
- 1.6
- 1.7
- tip
sudo: required
services:
- docker
install:
- make install.tools
before_script:
- export PATH=$HOME/gopath/bin:$PATH
script:
- make .gitvalidation
- make lint
- make integration
- make docs