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 9c6ec85 commit 4347023Copy full SHA for 4347023
.travis.yml
@@ -1,6 +1,18 @@
1
language: node_js
2
node_js:
3
- '4.2.1'
4
+# Need to add CXX env flag and g++-4.8 (in ubuntu-toolchain-r-test source)
5
+# @see https://github.com/travis-ci/travis-ci/issues/4771
6
+# @see https://github.com/redis/hiredis-node/blob/master/.travis.yml
7
+addons:
8
+ apt:
9
+ sources:
10
+ - ubuntu-toolchain-r-test
11
+ packages:
12
+ - libgnome-keyring-dev
13
+ - g++-4.8
14
+env:
15
+ - CXX=g++-4.8
16
before_install:
17
- npm install -g npm@3
18
- npm config set loglevel error
0 commit comments