Skip to content

Commit fff0507

Browse files
Remove Chrome from CI
1 parent e3f0124 commit fff0507

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.travis.yml

+7-8
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)"
4646
os: linux
4747
arch: amd64
4848
addons:
4949
firefox: latest
50-
chrome: stable
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
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)