Merge pull request #203 from elichai/2020-03-disable-emscripten
Disable emscripten tests until they work again
This commit is contained in:
commit
12c248dc1b
16
.travis.yml
16
.travis.yml
|
@ -1,7 +1,7 @@
|
|||
language: rust
|
||||
cache:
|
||||
directories:
|
||||
- cargo_web
|
||||
# cache:
|
||||
# directories:
|
||||
# - cargo_web
|
||||
|
||||
rust:
|
||||
- stable
|
||||
|
@ -46,8 +46,8 @@ script:
|
|||
cd no_std_test &&
|
||||
cargo run --release | grep -q "Verified Successfully";
|
||||
fi
|
||||
- if [ ${TRAVIS_RUST_VERSION} == "stable" -a "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||
CARGO_TARGET_DIR=cargo_web cargo install --verbose --force cargo-web &&
|
||||
cargo web build --verbose --target=asmjs-unknown-emscripten &&
|
||||
cargo web test --verbose --target=asmjs-unknown-emscripten;
|
||||
fi
|
||||
- #if [ ${TRAVIS_RUST_VERSION} == "stable" -a "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||
#CARGO_TARGET_DIR=cargo_web cargo install --verbose --force cargo-web &&
|
||||
#cargo web build --verbose --target=asmjs-unknown-emscripten &&
|
||||
#cargo web test --verbose --target=asmjs-unknown-emscripten;
|
||||
#fi
|
||||
|
|
Loading…
Reference in New Issue