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 d6782c3 commit f5aa5c0Copy full SHA for f5aa5c0
.travis.yml
@@ -18,6 +18,7 @@ before_install:
18
# package-lock.json was introduced in npm@5
19
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
20
install:
21
+- rm -rf node_modules/scratch-vm
22
- npm --production=false install
23
- (cd node_modules/scratch-vm && npm --production=false install && $(npm bin)/webpack --colors --bail --silent)
24
script:
0 commit comments