Skip to content

Commit 3c483b4

Browse files
committed
Install Node.js on Travis before running tests on wasm32-unknown-unknown
1 parent 6add2fd commit 3c483b4

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
@@ -129,6 +129,7 @@ matrix:
129129
install:
130130
- rustup target add wasm32-unknown-unknown
131131
- rustup target add wasm32-unknown-emscripten
132+
- nvm install 9
132133
# cargo-web takes ±10 min. to install, and cargo and cargo-update offer
133134
# no reliable update-or-install command. We ignore updating for now
134135
# (just drop the Travis' caches when necessary)

0 commit comments

Comments
 (0)