forked from mystiq/dex
*: Update Go versions used for Travis tests and test tip
This commit is contained in:
parent
4440b3a085
commit
1ffb243e9a
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue