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

Commit

Permalink
Merge pull request #1184 from meanjs/feat/linuxOnTravis
Browse files Browse the repository at this point in the history
feat(travis): Test on Mac and Linux
  • Loading branch information
codydaig committed Feb 11, 2016
2 parents 8a705a9 + a598e2b commit 3e549df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ node_js:
- 0.12
- 4
- 5
os:
- linux
- centos
- macosx
- windows
# NodeJS v4 requires gcc 4.8
env:
- NODE_ENV=travis CXX="g++-4.8" CC="gcc-4.8"
Expand Down

0 comments on commit 3e549df

Please sign in to comment.