diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-04-22 07:22:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-22 07:22:53 +0200 |
commit | 2b54ecf7a91aa7cda22c4fd983791433387566c2 (patch) | |
tree | df235d8fac7b986e4b29625142579fcf676e4c91 /.travis.yml | |
parent | 970cb57c68697943b1e2ba0e7181251e7be31c5f (diff) |
Note that we need at least postgresql v9.4
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 63e689e..b82b6c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ addons: - libdb-dev - libpq-dev - libxml2-dev + postgresql: "9.4" before_script: - cp .travis.travelynx.conf travelynx.conf - psql -c 'create database travelynx_ci_test;' -U postgres |