Skip to content

Commit

Permalink
Fix macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rchipka committed Jun 26, 2017
1 parent 0bdb56e commit 7ab0b78
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ os:
- linux
- osx
env:
- CXX=g++-4.8
- g++-4.8
- g++-4.8-multilib
- gcc-multilib
node_js:
- '0.10'
- '0.12'
Expand All @@ -17,8 +19,16 @@ addons:
- g++-4.8
sudo: false
before_install:
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
- $CXX --version

- PUBLISH_BINARY=false
- echo $TRAVIS_BRANCH
- echo `git describe --tags --always HEAD`

- case ${TRAVIS_NODE_VERSION} in 0.8*|0.10*) npm install -g npm@2 ;; esac
- npm config set progress false
- npm config set spin false
- npm install node-gyp -g
- npm install -g node-gyp
- npm install -g node-pre-gyp
Expand Down

0 comments on commit 7ab0b78

Please sign in to comment.