Skip to content

Commit d5d221e

Browse files
committed
Merge pull request brianc#862 from jonathanong/patch-1
travis: fix node@4 compile errors
2 parents 35e5567 + 7a614ac commit d5d221e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ before_script:
55
env:
66
- PGUSER=postgres PGDATABASE=postgres
77

8+
addons:
9+
apt:
10+
sources:
11+
- ubuntu-toolchain-r-test
12+
packages:
13+
- g++-4.8
14+
815
matrix:
916
include:
1017
- node_js: "0.10"

0 commit comments

Comments
 (0)