Skip to content

Commit af39ac2

Browse files
committed
build scratch-vm on TravisCI.
1 parent 992814e commit af39ac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ 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 bin)/webpack --colors --bail --silent)
2223
script:
2324
- npm run test:lint
2425
- npm run test:unit

0 commit comments

Comments
 (0)