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 6a454aa commit ae22ff1Copy full SHA for ae22ff1
.travis.yml
@@ -19,11 +19,9 @@ 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 run build)
23
script:
-- npm run test:lint
24
- npm run test:unit
25
-- npm run clean && npm run setup-opal && $(npm bin)/webpack --colors --bail --silent
26
-- npm run test:integration
27
deploy:
28
- provider: script
29
on:
0 commit comments