Skip to content
This repository has been archived by the owner on May 19, 2019. It is now read-only.

Commit

Permalink
added travis cache of node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
c58 committed Mar 10, 2016
1 parent b953eb7 commit edb5f42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ node_js:
- "4.2"
- "0.12"

cache:
directories:
- node_modules

script: npm test && npm run test_browser

after_script: npm run coveralls

0 comments on commit edb5f42

Please sign in to comment.