2
0

Drop travis testing for 9.3 and add for 11

This commit is contained in:
Jack Christensen
2019-04-13 18:59:54 -05:00
parent 6c1be9b220
commit abdd5a4a50
+1 -1
View File
@@ -19,11 +19,11 @@ env:
- PGX_TEST_PLAIN_PASSWORD_CONN_STRING=postgres://pgx_pw:secret@127.0.0.1/pgx_test
matrix:
- CRATEVERSION=2.1 PGX_TEST_CRATEDB_CONN_STRING="host=127.0.0.1 port=6543 user=pgx database=pgx_test"
- PGVERSION=11 PGX_TEST_REPLICATION_CONN_STRING="host=127.0.0.1 port=6543 user=pgx_replication password=secret database=pgx_test"
- PGVERSION=10 PGX_TEST_REPLICATION_CONN_STRING="host=127.0.0.1 port=6543 user=pgx_replication password=secret database=pgx_test"
- PGVERSION=9.6 PGX_TEST_REPLICATION_CONN_STRING="host=127.0.0.1 port=6543 user=pgx_replication password=secret database=pgx_test"
- PGVERSION=9.5
- PGVERSION=9.4
- PGVERSION=9.3
before_script:
- ./travis/before_script.bash