Skip to content

Commit ae22ff1

Browse files
committed
build scratch-vm.
1 parent 6a454aa commit ae22ff1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ before_install:
1919
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
2020
install:
2121
- npm --production=false install
22+
- (cd node_modules/scratch-vm && npm --production=false install && npm run build)
2223
script:
23-
- npm run test:lint
2424
- npm run test:unit
25-
- npm run clean && npm run setup-opal && $(npm bin)/webpack --colors --bail --silent
26-
- npm run test:integration
2725
deploy:
2826
- provider: script
2927
on:

0 commit comments

Comments
 (0)