Skip to content

Commit

Permalink
Testing with Node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Sep 9, 2015
1 parent e4c6f14 commit b164bed
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,9 +1,10 @@
language: node_js
matrix:
include:
- node_js: iojs
- node_js: '0.10'
- node_js: '0.12'
- node_js: iojs
- node_js: '4.0'
env: COVERALLS=1
after_success:
- '[[ "$COVERALLS" ]] && gulp coveralls'

0 comments on commit b164bed

Please sign in to comment.