Skip to content

Commit

Permalink
Extend travis env matrix; Explicitly run tests on OSX and Linux boxes (
Browse files Browse the repository at this point in the history
…#681)

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Apr 16, 2016
1 parent e3b408d commit 944114c
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
@@ -1,6 +1,10 @@
language: node_js
os:
- linux
- osx
node_js:
- "4.2.1"
- "4"
- "5"
env:
- CXX=g++-4.8
addons:
Expand Down

0 comments on commit 944114c

Please sign in to comment.