Skip to content

Commit

Permalink
add osx to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Aug 15, 2017
1 parent 5ce8e20 commit 52b3277
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ addons:
- g++-4.8

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8; fi
- export JOBS=max
- export prebuild_compile=true

os:
- osx
- linux

node_js:
- "8"
Expand Down

0 comments on commit 52b3277

Please sign in to comment.