Skip to content

Commit

Permalink
chore(travis): use Node stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinspecker committed Oct 25, 2015
1 parent a814106 commit 6686d0b
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,9 +1,9 @@
sudo: false
language: node_js
node_js:
- iojs
- stable
- '0.12'
- '0.10'
before_install:
- npm install -g gulp
after_success: npm run-script coveralls
after_success: npm run-script coveralls

0 comments on commit 6686d0b

Please sign in to comment.