Skip to content

Commit 5746c2d

Browse files
committed
Add wasm compilation to CI
1 parent 5354848 commit 5746c2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ matrix:
66
- rust: 1.15.0
77
- rust: stable
88
- rust: beta
9+
- rust: nightly
10+
install: rustup target add wasm32-unknown-unknown
11+
script: cargo test --target wasm32-unknown-unknown --no-run
912
- rust: nightly
1013
script:
1114
- cargo test

0 commit comments

Comments
 (0)