Skip to content

Commit 7f163f5

Browse files
committed
Allow the Semver jobs to fail
1 parent 45c7930 commit 7f163f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ matrix:
3434
# cargo fmt --all -- --check
3535
# fi
3636
stage: tools-and-build-and-tier1
37-
- name: "Semver"
37+
- name: "Semver Linux"
3838
install: |
3939
travis_retry cargo +nightly install \
4040
--git https://github.com/gnzlbg/rust-semverver \
4141
--branch fix_exit_code
4242
script: sh ci/semver.sh
4343
stage: tools-and-build-and-tier1
44-
- name: "Semver"
44+
- name: "Semver MacOSX"
4545
install: |
4646
travis_retry cargo +nightly install \
4747
--git https://github.com/gnzlbg/rust-semverver \
@@ -218,6 +218,8 @@ matrix:
218218
# FIXME: https://github.com/rust-lang/libc/issues/1226
219219
- env: TARGET=asmjs-unknown-emscripten
220220
- env: TARGET=wasm32-unknown-emscripten
221+
- name: "Semver Linux"
222+
- name: "Semver MacOSX"
221223

222224
install: travis_retry rustup target add $TARGET
223225

0 commit comments

Comments
 (0)