Test builds using cargo-web on Travis to ensure they dont break
This commit is contained in:
parent
77619e8b8d
commit
e9588d9c85
|
@ -30,3 +30,4 @@ script:
|
||||||
- cargo test --release
|
- cargo test --release
|
||||||
- cargo bench
|
- cargo bench
|
||||||
- if [ "$(rustup show | grep default | grep stable)" != "" ]; then cargo doc; fi
|
- if [ "$(rustup show | grep default | grep stable)" != "" ]; then cargo doc; fi
|
||||||
|
- if [ "$(rustup show | grep default | grep stable)" != "" -a "$TRAVIS_OS_NAME" = "linux" ]; then cargo install --force cargo-web && cargo web build --target=asmjs-unknown-emscripten && cargo web test --target=asmjs-unknown-emscripten --nodejs; fi
|
||||||
|
|
Loading…
Reference in New Issue