File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ matrix:
34
34
# cargo fmt --all -- --check
35
35
# fi
36
36
stage : tools-and-build-and-tier1
37
- - name : " Semver"
37
+ - name : " Semver Linux "
38
38
install : |
39
39
travis_retry cargo +nightly install \
40
40
--git https://github.com/gnzlbg/rust-semverver \
41
41
--branch fix_exit_code
42
42
script : sh ci/semver.sh
43
43
stage : tools-and-build-and-tier1
44
- - name : " Semver"
44
+ - name : " Semver MacOSX "
45
45
install : |
46
46
travis_retry cargo +nightly install \
47
47
--git https://github.com/gnzlbg/rust-semverver \
@@ -218,6 +218,8 @@ matrix:
218
218
# FIXME: https://github.com/rust-lang/libc/issues/1226
219
219
- env : TARGET=asmjs-unknown-emscripten
220
220
- env : TARGET=wasm32-unknown-emscripten
221
+ - name : " Semver Linux"
222
+ - name : " Semver MacOSX"
221
223
222
224
install : travis_retry rustup target add $TARGET
223
225
You can’t perform that action at this time.
0 commit comments