Skip to content

Commit

Permalink
Cache node_modules in Travis
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
TimothyGu committed Oct 15, 2016
1 parent 8f3e886 commit d708acf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ env:
before_script:
- 'if [ "$FORMDATA_VERSION" ]; then npm install form-data@^$FORMDATA_VERSION; fi'
before_install: npm install -g npm
script: npm run coverage
script: npm run coverage
cache:
directories:
- node_modules

0 comments on commit d708acf

Please sign in to comment.