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 992814e commit af39ac2Copy full SHA for af39ac2
.travis.yml
@@ -19,6 +19,7 @@ before_install:
19
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
20
install:
21
- npm --production=false install
22
+- (cd node_modules/scratch-vm && npm --production=false install && $(npm bin)/webpack --colors --bail --silent)
23
script:
24
- npm run test:lint
25
- npm run test:unit
0 commit comments