Update .travis.yml
This commit is contained in:
parent
c42707bbd9
commit
9ca6ef1f3e
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue