We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e78f9 commit fc26364Copy full SHA for fc26364
1 file changed
.travis.yml
@@ -3,7 +3,7 @@ dist: trusty
3
4
before_install:
5
- sudo apt-get update
6
- - 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
7
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
8
- sudo apt-get update -qq
9
@@ -15,10 +15,10 @@ install:
15
- npm install -g eclint@1.1.5
16
17
addons:
18
- postgresql: "9.3" # for "installcheck"
+ postgresql: "9.6" # for "installcheck"
19
apt:
20
packages:
21
- - postgresql-9.3-postgis-2.3
+ - postgresql-9.6-postgis-2.4
22
23
# Note: Valgrind currently reports many problems when libght is enabled. So for
24
# now, and until the problems are fixed, we just run the unit tests with libght
0 commit comments