*: Update Go versions used for Travis tests and test tip

This commit is contained in:
Eric Chiang 2016-06-03 10:55:47 -07:00
parent 4440b3a085
commit 1ffb243e9a

View file

@ -5,8 +5,9 @@ services:
language: go language: go
go: go:
- 1.5.3 - 1.5.4
- 1.6 - 1.6.2
- tip
env: env:
- DEX_TEST_DSN="postgres://postgres@127.0.0.1:15432/postgres?sslmode=disable" ISOLATED=true - DEX_TEST_DSN="postgres://postgres@127.0.0.1:15432/postgres?sslmode=disable" ISOLATED=true
@ -43,3 +44,7 @@ deploy:
notifications: notifications:
email: false email: false
matrix:
allow_failures:
- go: tip