Skip to content

Commit

Permalink
chore(travis): add Node stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinspecker committed Oct 25, 2015
1 parent 52639dd commit 4640708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- iojs
- 'stable'
- '0.12'
- '0.10'
after_success: npm run-script coveralls
after_success: npm run-script coveralls

0 comments on commit 4640708

Please sign in to comment.