Go back to PostgreSQL 9.4 to make Travis CI happy
This commit is contained in:
parent
6a44ef766b
commit
da2511f8ba
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ addons:
|
||||||
- libdb-dev
|
- libdb-dev
|
||||||
- libpq-dev
|
- libpq-dev
|
||||||
- libxml2-dev
|
- libxml2-dev
|
||||||
postgresql: "11"
|
postgresql: "9.4"
|
||||||
before_script:
|
before_script:
|
||||||
- cp .travis.travelynx.conf travelynx.conf
|
- cp .travis.travelynx.conf travelynx.conf
|
||||||
- psql -c 'create database travelynx_ci_test;' -U postgres
|
- psql -c 'create database travelynx_ci_test;' -U postgres
|
||||||
|
|
Loading…
Reference in a new issue