Merge pull request #321 from ericchiang/add_go_1_6

*: add go 1.6 to CI
This commit is contained in:
Eric Chiang 2016-02-17 16:52:04 -08:00
commit a58b9c268b

View file

@ -7,6 +7,7 @@ language: go
go:
- 1.4.3
- 1.5.3
- 1.6
env:
- DEX_TEST_DSN="postgres://postgres@127.0.0.1:15432/postgres?sslmode=disable" ISOLATED=true