Skip to content

Commit afc9d72

Browse files
Burn Chrome again
1 parent f10e390 commit afc9d72

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.travis.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -42,29 +42,28 @@ matrix:
4242
env: RUSTFLAGS=-Ctarget-feature=+avx512vl
4343

4444
# WebAssembly (wasm-bindgen)
45-
- name: "wasm32-unknown-unknown (node, firefox, chrome)"
45+
- name: "wasm32-unknown-unknown (firefox, chrome)"
4646
os: linux
4747
arch: amd64
4848
addons:
49-
firefox: latest
50-
chrome: stable
49+
firefox: latest-nightly
5150
install:
5251
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
5352
script:
54-
- wasm-pack test --node --firefox --chrome --headless crates/core_simd
55-
- wasm-pack test --node --firefox --chrome --headless crates/core_simd --release
53+
- wasm-pack test --firefox --headless crates/core_simd
54+
- wasm-pack test --firefox --headless crates/core_simd --release
5655

57-
- name: "wasm32-unknown-unknown+simd128 (chrome)"
56+
- name: "wasm32-unknown-unknown+simd128 (firefox)"
5857
os: linux
5958
arch: amd64
6059
addons:
61-
chrome: stable
60+
firefox: latest-nightly
6261
install:
6362
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
6463
script:
6564
- 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
65+
- wasm-pack test --firefox --headless crates/core_simd
66+
- wasm-pack test --firefox --headless crates/core_simd --release
6867

6968
script:
7069
- echo "## Requested target configuration (RUSTFLAGS=$RUSTFLAGS)"

0 commit comments

Comments
 (0)