add back in tests on latest go, but allow it to fail.

this is an important early warning sign, and I think it's good to add it back in
in a way that doesn't cause the build to fail.
This commit is contained in:
Matthew Hooker 2018-06-28 14:49:09 -07:00
parent 7915f2db25
commit 5952892e10
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ language: go
go: go:
- 1.9.x - 1.9.x
- 1.10.x - 1.10.x
- master
install: install:
- make deps - make deps
@ -20,4 +21,6 @@ branches:
- master - master
matrix: matrix:
allow_failures:
- go: master
fast_finish: true fast_finish: true