Commit 1ffb243e authored by Eric Chiang's avatar Eric Chiang

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

parent 4440b3a0
...@@ -5,8 +5,9 @@ services: ...@@ -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: ...@@ -43,3 +44,7 @@ deploy:
notifications: notifications:
email: false email: false
matrix:
allow_failures:
- go: tip
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment