We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb795e commit 5d5caa9Copy full SHA for 5d5caa9
.travis.yml
@@ -8,7 +8,7 @@ cache:
8
directories:
9
- "$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"
+ - "$TRAVIS_BUILD_DIR/test/node_modules"
12
before_install:
13
- npm i -g npm
14
- yes y | sudo lein upgrade
0 commit comments