Skip to content

Commit 7c67e76

Browse files
committed
travis: cache test/node_modules
1 parent 8858080 commit 7c67e76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ notifications:
77
cache:
88
directories:
99
- "$HOME/.m2"
10+
# this is mainly for puppeteer, by default it stores chromium downloads in node_modules/puppeteer/.local-chromium
11+
- "$HOME/build/binaryage/cljs-devtools/test/node_modules"
1012
before_install:
1113
- npm i -g npm
1214
- yes y | sudo lein upgrade

0 commit comments

Comments
 (0)