Skip to content

Commit 4347023

Browse files
rueckstiesskangas
authored andcommitted
💚 travis: Added CXX env flag, g++-4.8 package to compile kerberos correctly
1 parent 9c6ec85 commit 4347023

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
language: node_js
22
node_js:
33
- '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
416
before_install:
517
- npm install -g npm@3
618
- npm config set loglevel error

0 commit comments

Comments
 (0)