Skip to content

Commit 992814e

Browse files
committed
Revert "build scratch-vm."
This reverts commit ae22ff1.
1 parent ae22ff1 commit 992814e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ 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)
2322
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
2527
deploy:
2628
- provider: script
2729
on:

0 commit comments

Comments
 (0)