Skip to content

Commit

Permalink
Enable OSX on Travis (#111)
Browse files Browse the repository at this point in the history
* Add OSX to Travis

* Installing gcc-48 should not be needed
  • Loading branch information
Lars-Magnus Skog authored May 29, 2018
1 parent 2e95a49 commit d239c66
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,9 @@ sudo: false

language: node_js

env:
- CXX=g++-4.8

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

before_install:
- export JOBS=max
os:
- osx
- linux

node_js:
- 6
Expand Down

0 comments on commit d239c66

Please sign in to comment.