Skip to content

Commit e288a73

Browse files
DanielRufFagnerMartinsBrack
authored andcommitted
Cache node_modules in Travis CI
Closes js-cookiegh-444.
1 parent 8b311b9 commit e288a73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: node_js
22
node_js:
33
- '6'
4+
cache:
5+
directories:
6+
- node_modules
47
# Only use grunt-ci for commits pushed to this repo. Fall back to regular test
58
# for pull requests (as secure variables won't be exposed there).
69
script:

0 commit comments

Comments
 (0)