Skip to content

Commit

Permalink
Add node_modules to Travis cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stone committed Mar 12, 2017
1 parent 21a1e27 commit 6da7a4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ deploy:
skip_cleanup: true
on:
branch: master
cache: false
cache:
directories:
- node_modules
sudo: required
notifications:
pushover:
Expand Down

0 comments on commit 6da7a4d

Please sign in to comment.