mirror of https://github.com/jackc/pgx.git
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
parent
05790e007c
commit
4b843c0a26
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue