Skip to content

Commit

Permalink
travis.yml: adds node.js 5, 6; osx & linux
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Apr 22, 2016
1 parent 8f898c7 commit 97a1f03
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,8 +1,13 @@
os:
- linux
- osx
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0"
- "4"
- "5"
- "6"
sudo: false
compiler: clang
before_script:
Expand Down

0 comments on commit 97a1f03

Please sign in to comment.