Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
feat(travis): Test on Mac and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
codydaig committed Feb 3, 2016
1 parent e24fd27 commit 0091d3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ node_js:
- 0.12
- 4
- 5
os:
- osx
- linux
- centos
# NodeJS v4 requires gcc 4.8
env:
- NODE_ENV=travis CXX="g++-4.8" CC="gcc-4.8"
Expand Down

0 comments on commit 0091d3f

Please sign in to comment.