Go back to PostgreSQL 9.4 to make Travis CI happy

This commit is contained in:
Daniel Friesel 2019-06-17 21:19:34 +02:00
parent 6a44ef766b
commit da2511f8ba

View file

@ -12,7 +12,7 @@ addons:
- libdb-dev
- libpq-dev
- libxml2-dev
postgresql: "11"
postgresql: "9.4"
before_script:
- cp .travis.travelynx.conf travelynx.conf
- psql -c 'create database travelynx_ci_test;' -U postgres