Skip to content

Commit

Permalink
travis update: node_js stable, cache node_modules, sudo false
Browse files Browse the repository at this point in the history
  • Loading branch information
duzun committed Oct 22, 2015
1 parent f670224 commit e8bec7e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
language: node_js
node_js:
- "0.10"
- stable
- "0.10"

notifications:
email: false

cache:
directories:
- node_modules

sudo: false

0 comments on commit e8bec7e

Please sign in to comment.