aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d875eac87..535b2b6b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,14 +4,14 @@ node_js:
4 - "8" 4 - "8"
5 5
6env: 6env:
7 - CXX=g++-4.8 7 - CXX=g++-4.9
8 8
9addons: 9addons:
10 apt: 10 apt:
11 sources: 11 sources:
12 - ubuntu-toolchain-r-test 12 - ubuntu-toolchain-r-test
13 packages: 13 packages:
14 - g++-4.8 14 - g++-4.9
15 postgresql: "9.4" 15 postgresql: "9.4"
16 16
17cache: yarn 17cache: yarn