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,13 +1,20 @@
language: go language: go
sudo: false
matrix:
include:
- go: 1.7
- go: 1.8
- go: 1.x
- go: master
allow_failures:
- go: master
go: before_install:
- 1.8.x - go get github.com/tools/godep
before_install: install:
- go get github.com/tools/godep - godep restore
install: script:
- godep restore - go test
- make linux
script:
- make linux