Skip to content

Commit

Permalink
Add travis caching
Browse files Browse the repository at this point in the history
  • Loading branch information
gocreating committed Oct 12, 2016
1 parent e527369 commit 6737ecf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ node_js:
- "5"
- "6"

# ref : <https://vinta.ws/code/speed-up-python-and-node-js-builds-on-travis-ci.html>
cache:
directories:
- node_modules

before_script:
- npm install -g mocha
- npm install -g gulp
Expand Down

0 comments on commit 6737ecf

Please sign in to comment.