mirror of https://github.com/jackc/pgx.git
Fix travis.yml
parent
7fd09c4cd2
commit
2fb46fb16f
|
@ -27,6 +27,7 @@ before_install:
|
||||||
- sudo /etc/init.d/postgresql restart
|
- sudo /etc/init.d/postgresql restart
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
global:
|
||||||
- DATABASE_URL=postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
- DATABASE_URL=postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||||
matrix:
|
matrix:
|
||||||
- PGVERSION=9.6
|
- PGVERSION=9.6
|
||||||
|
|
Loading…
Reference in New Issue