cri-o/vendor/github.com/opencontainers/runtime-spec/.travis.yml

22 lines
238 B
YAML
Raw Normal View History

language: go
go:
- 1.6
- 1.5.3
sudo: required
services:
- docker
before_install:
- make install.tools
- docker pull vbatts/pandoc
install: true
script:
- make .govet
- make .golint
- make .gitvalidation
- make docs