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/
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
|
- 1.6.0
|
||||||
- 1.5.2
|
- 1.5.2
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
@@ -22,11 +23,11 @@ before_install:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
|
- PGVERSION=9.5
|
||||||
- PGVERSION=9.4
|
- PGVERSION=9.4
|
||||||
- PGVERSION=9.3
|
- PGVERSION=9.3
|
||||||
- PGVERSION=9.2
|
- PGVERSION=9.2
|
||||||
- PGVERSION=9.1
|
- PGVERSION=9.1
|
||||||
- PGVERSION=9.0
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mv conn_config_test.go.travis conn_config_test.go
|
- mv conn_config_test.go.travis conn_config_test.go
|
||||||
|
|||||||
Reference in New Issue
Block a user