Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -3,9 +3,8 @@ os:
- linux
- osx
osx_image: xcode8 # has everything we need but cairo
env:
- CXX=g++-4.9
install:
- if [ $TRAVIS_OS_NAME = "linux" ]; then export CXX=g++-4.9; fi
- npm install -g node-gyp
- VER=$(ci/tag_to_version.sh "$TRAVIS_TAG")
- ci/install.sh $TRAVIS_OS_NAME $VER

0 comments on commit 76f7647

Please sign in to comment.