Skip to content

Commit 5d5caa9

Browse files
committed
travis: prefer TRAVIS_BUILD_DIR
1 parent 9fb795e commit 5d5caa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cache:
88
directories:
99
- "$HOME/.m2"
1010
# 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"
11+
- "$TRAVIS_BUILD_DIR/test/node_modules"
1212
before_install:
1313
- npm i -g npm
1414
- yes y | sudo lein upgrade

0 commit comments

Comments
 (0)