Skip to content

Commit ac83408

Browse files
Remove Chrome from CI
1 parent d55d9f8 commit ac83408

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ matrix:
5151
install:
5252
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
5353
script:
54-
- wasm-pack test --node --firefox --chrome --headless crates/core_simd
55-
- wasm-pack test --node --firefox --chrome --headless crates/core_simd --release
54+
- wasm-pack test --firefox --headless crates/core_simd
55+
- wasm-pack test --firefox --headless crates/core_simd --release
5656

5757
- name: "wasm32-unknown-unknown+simd128 (chrome)"
5858
os: linux
@@ -63,8 +63,8 @@ matrix:
6363
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
6464
script:
6565
- export RUSTFLAGS="-C target-feature=+simd128"
66-
- wasm-pack test --chrome --headless crates/core_simd
67-
- wasm-pack test --chrome --headless crates/core_simd --release
66+
- wasm-pack test --firefox --headless crates/core_simd
67+
- wasm-pack test --firefox --headless crates/core_simd --release
6868

6969
script:
7070
- echo "## Requested target configuration (RUSTFLAGS=$RUSTFLAGS)"

0 commit comments

Comments
 (0)