Skip to content

Commit

Permalink
ci: use postgresql 12 in Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoMarnat committed Jan 13, 2023
1 parent ec2a46f commit b884adf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
sudo: required
dist: bionic
dist: focal

addons:
postgresql: "10"
postgresql: "12"
apt:
update: true
packages:
- postgresql-10-postgis-2.4
- postgresql-12-postgis-3

jobs:
include:
Expand Down Expand Up @@ -35,5 +34,3 @@ jobs:
if [ $warnings -gt $FAILURE_THRESHOLD ]; then
exit 1;
fi

0 comments on commit b884adf

Please sign in to comment.