Skip to content

Commit

Permalink
Merge pull request faisalman#144 from duzun/master
Browse files Browse the repository at this point in the history
travis update: node_js stable, cache node_modules, sudo false
  • Loading branch information
faisalman committed Oct 27, 2015
2 parents f670224 + e8bec7e commit 99c15de
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 99c15de

Please sign in to comment.