Add Go tip back in
This commit is contained in:
parent
6443f4abe2
commit
828bdfcf84
|
|
@ -3,8 +3,11 @@ language: go
|
|||
go:
|
||||
- "1.9.x"
|
||||
- "1.10.x"
|
||||
- tip
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- go: tip
|
||||
install:
|
||||
- # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue