Skip to content

Commit

Permalink
travis: add osx
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Dec 9, 2016
1 parent 09f59ff commit a688abe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ sudo: false

language: node_js

env:
- CXX=g++-4.8

addons:
apt:
sources:
Expand All @@ -13,8 +10,13 @@ addons:
- g++-4.8

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

os:
- osx
- linux

node_js:
- "7"
- "6"
Expand Down

0 comments on commit a688abe

Please sign in to comment.