Skip to content

Commit

Permalink
Cache node_modules in Travis CI
Browse files Browse the repository at this point in the history
Closes gh-444.
  • Loading branch information
DanielRuf authored and FagnerMartinsBrack committed May 29, 2018
1 parent 8b311b9 commit e288a73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
node_js:
- '6'
cache:
directories:
- node_modules
# Only use grunt-ci for commits pushed to this repo. Fall back to regular test
# for pull requests (as secure variables won't be exposed there).
script:
Expand Down

0 comments on commit e288a73

Please sign in to comment.