Skip to content

Commit

Permalink
Travis config: Node.js 6 and 4 added, version 11 removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ppitonak committed Aug 2, 2016
1 parent f906500 commit a6e4cc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "6"
- "4"
- "0.12"
- "0.11"
- "0.10"
- "iojs"
after_success: ./node_modules/.bin/coveralls --verbose < coverage/lcov.info

0 comments on commit a6e4cc6

Please sign in to comment.