*: add go 1.6 to CI

This commit is contained in:
Eric Chiang 2016-02-17 16:32:46 -08:00
parent cd72a1f69f
commit abc91564ba

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