Skip to content

Commit d6c3166

Browse files
Burn Chrome again
1 parent f10e390 commit d6c3166

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
@@ -42,29 +42,29 @@ 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
50+
chrome: beta
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 --chrome --headless crates/core_simd
55+
- wasm-pack test --firefox --chrome --headless crates/core_simd --release
5656

57-
- name: "wasm32-unknown-unknown+simd128 (chrome)"
57+
- name: "wasm32-unknown-unknown+simd128 (firefox)"
5858
os: linux
5959
arch: amd64
6060
addons:
61-
chrome: stable
61+
firefox: latest-nightly
6262
install:
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)