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 8858080 commit 7c67e76Copy full SHA for 7c67e76
.travis.yml
@@ -7,6 +7,8 @@ notifications:
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"
12
before_install:
13
- npm i -g npm
14
- yes y | sudo lein upgrade
0 commit comments