Update travis build matrix

Use Go 1.6.0
Add PostgreSQL 9.5
Remove PostgreSQL 9.0 as it is no longer a supported version
  http://www.postgresql.org/support/versioning/
pull/133/head
Jack Christensen 2016-03-23 16:57:59 -05:00
parent 05790e007c
commit 4b843c0a26
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
language: go
go:
- 1.6.0
- 1.5.2
- tip
@ -22,11 +23,11 @@ before_install:
env:
matrix:
- PGVERSION=9.5
- PGVERSION=9.4
- PGVERSION=9.3
- PGVERSION=9.2
- PGVERSION=9.1
- PGVERSION=9.0
before_script:
- mv conn_config_test.go.travis conn_config_test.go