Travis C: Update perl and postgresql versions
This commit is contained in:
parent
0bbdd768f4
commit
6a44ef766b
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
|||
language: perl
|
||||
perl:
|
||||
- "5.30"
|
||||
- "5.28"
|
||||
- "5.26"
|
||||
- "5.24"
|
||||
- "5.22"
|
||||
- "5.20"
|
||||
services:
|
||||
- postgresql
|
||||
addons:
|
||||
|
@ -14,7 +12,7 @@ addons:
|
|||
- libdb-dev
|
||||
- libpq-dev
|
||||
- libxml2-dev
|
||||
postgresql: "9.4"
|
||||
postgresql: "11"
|
||||
before_script:
|
||||
- cp .travis.travelynx.conf travelynx.conf
|
||||
- psql -c 'create database travelynx_ci_test;' -U postgres
|
||||
|
|
Loading…
Reference in a new issue