Skip to content

Commit 9bbd4a3

Browse files
committed
Disable emscripten tests until they work again
rust-lang/rust#66916 rustwasm/team#291
1 parent 8c517e0 commit 9bbd4a3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: rust
2-
cache:
3-
directories:
4-
- cargo_web
2+
# cache:
3+
# directories:
4+
# - cargo_web
55

66
rust:
77
- stable
@@ -42,12 +42,12 @@ script:
4242
- cargo run --example generate_keys --features=rand
4343
- if [ ${TRAVIS_RUST_VERSION} == "stable" ]; then cargo doc --verbose --features="rand,serde,recovery,endomorphism"; fi
4444
- if [ ${TRAVIS_RUST_VERSION} == "nightly" ]; then cargo test --verbose --benches --features=unstable; fi
45-
- if [ ${TRAVIS_RUST_VERSION} == "nightly" -a "$TRAVIS_OS_NAME" = "linux" ]; then
45+
- if [ ${TRAVIS_RUST_VERSION} == "nightly" -a "$TRAVIS_OS_NAME" = "linux" ]; then
4646
cd no_std_test &&
4747
cargo run --release | grep -q "Verified Successfully";
4848
fi
49-
- if [ ${TRAVIS_RUST_VERSION} == "stable" -a "$TRAVIS_OS_NAME" = "linux" ]; then
50-
CARGO_TARGET_DIR=cargo_web cargo install --verbose --force cargo-web &&
51-
cargo web build --verbose --target=asmjs-unknown-emscripten &&
52-
cargo web test --verbose --target=asmjs-unknown-emscripten;
53-
fi
49+
- #if [ ${TRAVIS_RUST_VERSION} == "stable" -a "$TRAVIS_OS_NAME" = "linux" ]; then
50+
#CARGO_TARGET_DIR=cargo_web cargo install --verbose --force cargo-web &&
51+
#cargo web build --verbose --target=asmjs-unknown-emscripten &&
52+
#cargo web test --verbose --target=asmjs-unknown-emscripten;
53+
#fi

0 commit comments

Comments
 (0)