57e0d9a8ad
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
22 lines
249 B
YAML
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
|