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 ae22ff1 commit 992814eCopy full SHA for 992814e
.travis.yml
@@ -19,9 +19,11 @@ 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