mirror of https://github.com/jackc/pgx.git
Remove PG 9.0 hstore support from Travis
parent
dc753bf2a3
commit
b24ca9fa8a
|
@ -41,7 +41,7 @@ env:
|
|||
before_script:
|
||||
- mv conn_config_test.go.travis conn_config_test.go
|
||||
- psql -U postgres -c 'create database pgx_test'
|
||||
- "[[ \"${PGVERSION}\" = '9.0' ]] && psql -U postgres -f /usr/share/postgresql/9.0/contrib/hstore.sql pgx_test || psql -U postgres pgx_test -c 'create extension hstore'"
|
||||
- psql -U postgres pgx_test -c 'create extension hstore'
|
||||
- psql -U postgres -c "create user pgx_ssl SUPERUSER PASSWORD 'secret'"
|
||||
- psql -U postgres -c "create user pgx_md5 SUPERUSER PASSWORD 'secret'"
|
||||
- psql -U postgres -c "create user pgx_pw SUPERUSER PASSWORD 'secret'"
|
||||
|
|
Loading…
Reference in New Issue