Update .travis.yml
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.8.3
|
||||
- tip
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
fast_finish: true
|
||||
|
||||
env:
|
||||
- "PATH=/home/travis/gopath/bin:$PATH"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user