Skip to content

Commit

Permalink
travis: restore test matrix, add node.js v6
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <[email protected]>
  • Loading branch information
rwaldron committed Jun 22, 2016
1 parent eb95a0a commit 5bc68b5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
os:
- linux
# - osx
- osx
language: node_js
node_js:
# - "0.10"
# - "0.12"
- "0.10"
- "0.12"
- "4"
# - "5"
- "5"
- "6"
sudo: false
compiler: clang
before_install:
Expand Down

0 comments on commit 5bc68b5

Please sign in to comment.