Skip to content

Commit

Permalink
WIP Travis rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Mar 21, 2016
1 parent 7d94eaa commit 2be20ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ before_install:
nvm install $NODE_VERSION;
nvm alias default $NODE_VERSION;
fi
- if [[ $TRAVIS_OS_NAME = "linux" ]]; then
export CXX="clang++-3.5";
export CC="clang-3.5";
fi
install:
- npm install -g node-gyp
- npm update
Expand Down

0 comments on commit 2be20ec

Please sign in to comment.