We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddae86b commit 1b0b59dCopy full SHA for 1b0b59d
.travis.yml
@@ -11,9 +11,6 @@ os:
11
services:
12
- postgresql
13
14
-addons:
15
- postgresql: "9.6"
16
-
17
# Caching so the next build will be fast too.
18
cache:
19
directories:
@@ -24,6 +21,7 @@ addons:
24
21
apt:
25
22
packages:
26
23
- libgmp-dev
+ postgresql: "9.6"
27
28
before_install:
29
# Download and unpack the stack executable
0 commit comments