Skip to content

Commit 1b0b59d

Browse files
PostgreSQL 9.6 on CI
1 parent ddae86b commit 1b0b59d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ os:
1111
services:
1212
- postgresql
1313

14-
addons:
15-
postgresql: "9.6"
16-
1714
# Caching so the next build will be fast too.
1815
cache:
1916
directories:
@@ -24,6 +21,7 @@ addons:
2421
apt:
2522
packages:
2623
- libgmp-dev
24+
postgresql: "9.6"
2725

2826
before_install:
2927
# Download and unpack the stack executable

0 commit comments

Comments
 (0)