Skip to content

Commit f5aa5c0

Browse files
committed
force update scratch-vm in TravisCI.
1 parent d6782c3 commit f5aa5c0

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
@@ -18,6 +18,7 @@ before_install:
1818
# package-lock.json was introduced in npm@5
1919
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
2020
install:
21+
- rm -rf node_modules/scratch-vm
2122
- npm --production=false install
2223
- (cd node_modules/scratch-vm && npm --production=false install && $(npm bin)/webpack --colors --bail --silent)
2324
script:

0 commit comments

Comments
 (0)