Skip to content

Commit d6443f7

Browse files
committed
Use semverver upstream
1 parent 7f163f5 commit d6443f7

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.travis.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,11 @@ matrix:
3535
# fi
3636
stage: tools-and-build-and-tier1
3737
- name: "Semver Linux"
38-
install: |
39-
travis_retry cargo +nightly install \
40-
--git https://github.com/gnzlbg/rust-semverver \
41-
--branch fix_exit_code
38+
install: travis_retry cargo +nightly install semverver
4239
script: sh ci/semver.sh
4340
stage: tools-and-build-and-tier1
4441
- name: "Semver MacOSX"
45-
install: |
46-
travis_retry cargo +nightly install \
47-
--git https://github.com/gnzlbg/rust-semverver \
48-
--branch fix_exit_code
42+
install: travis_retry cargo +nightly install semverver
4943
script: sh ci/semver.sh
5044
os: osx
5145
osx_image: xcode10

0 commit comments

Comments
 (0)