Testing new .travis.yml based on feeds configuration

This commit is contained in:
gmemstr 2017-09-29 11:35:10 -07:00
parent 81ad74d78b
commit 28f055d8dc

View file

@ -1,7 +1,13 @@
language: go
go:
- 1.8.x
sudo: false
matrix:
include:
- go: 1.7
- go: 1.8
- go: 1.x
- go: master
allow_failures:
- go: master
before_install:
- go get github.com/tools/godep
@ -10,4 +16,5 @@ install:
- godep restore
script:
- go test
- make linux