Add Go tip back in

This commit is contained in:
Vytautas Šaltenis 2018-06-17 14:33:16 +03:00
parent 6443f4abe2
commit 828bdfcf84
1 changed files with 3 additions and 0 deletions

View File

@ -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: