Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: trusty

before_install:
- sudo apt-get update
- sudo apt-get install -q postgresql-server-dev-9.3 libcunit1-dev valgrind
- sudo apt-get install -q postgresql-server-dev-9.6 libcunit1-dev valgrind
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq

Expand All @@ -15,10 +15,10 @@ install:
- npm install -g eclint@1.1.5

addons:
postgresql: "9.3" # for "installcheck"
postgresql: "9.6" # for "installcheck"
apt:
packages:
- postgresql-9.3-postgis-2.3
- postgresql-9.6-postgis-2.4

# Note: Valgrind currently reports many problems when libght is enabled. So for
# now, and until the problems are fixed, we just run the unit tests with libght
Expand Down