Skip to content
Snippets Groups Projects
Commit 7f163f5d authored by gnzlbg's avatar gnzlbg
Browse files

Allow the Semver jobs to fail

parent 45c79303
No related branches found
No related tags found
No related merge requests found
...@@ -34,14 +34,14 @@ matrix: ...@@ -34,14 +34,14 @@ matrix:
# cargo fmt --all -- --check # cargo fmt --all -- --check
# fi # fi
stage: tools-and-build-and-tier1 stage: tools-and-build-and-tier1
- name: "Semver" - name: "Semver Linux"
install: | install: |
travis_retry cargo +nightly install \ travis_retry cargo +nightly install \
--git https://github.com/gnzlbg/rust-semverver \ --git https://github.com/gnzlbg/rust-semverver \
--branch fix_exit_code --branch fix_exit_code
script: sh ci/semver.sh script: sh ci/semver.sh
stage: tools-and-build-and-tier1 stage: tools-and-build-and-tier1
- name: "Semver" - name: "Semver MacOSX"
install: | install: |
travis_retry cargo +nightly install \ travis_retry cargo +nightly install \
--git https://github.com/gnzlbg/rust-semverver \ --git https://github.com/gnzlbg/rust-semverver \
...@@ -218,6 +218,8 @@ matrix: ...@@ -218,6 +218,8 @@ matrix:
# FIXME: https://github.com/rust-lang/libc/issues/1226 # FIXME: https://github.com/rust-lang/libc/issues/1226
- env: TARGET=asmjs-unknown-emscripten - env: TARGET=asmjs-unknown-emscripten
- env: TARGET=wasm32-unknown-emscripten - env: TARGET=wasm32-unknown-emscripten
- name: "Semver Linux"
- name: "Semver MacOSX"
install: travis_retry rustup target add $TARGET install: travis_retry rustup target add $TARGET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment