summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-02-26 14:57:34 +0100
committergnzlbg <gonzalobg88@gmail.com>2019-02-26 16:45:06 +0100
commit45c7930318818260a2f0f393c7270631b331346a (patch)
tree5991dcb12ed031d50e30ec91f7a4031ad4e087c8 /.travis.yml
parent6fac01b7bff8e5c760151c0362f5420952f35953 (diff)
downloadrust-libc-45c7930318818260a2f0f393c7270631b331346a.tar.gz
Test semver for all normal targets
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 16 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index bab134aef3..fae5c7b340 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,13 +11,6 @@ stages:
matrix:
include:
# TOOLS
- - name: "Semver"
- env: TARGET=x86_64-unknown-linux-gnu
- install: |
- travis_retry cargo +nightly install \
- --git https://github.com/gnzlbg/rust-semverver \
- --branch fix_exit_code
- script: cargo +nightly semver --api-guidelines --target="${TARGET}"
- name: "Documentation"
env: TARGET=x86_64-unknown-linux-gnu
script: sh ci/dox.sh
@@ -41,6 +34,22 @@ matrix:
# cargo fmt --all -- --check
# fi
stage: tools-and-build-and-tier1
+ - name: "Semver"
+ install: |
+ travis_retry cargo +nightly install \
+ --git https://github.com/gnzlbg/rust-semverver \
+ --branch fix_exit_code
+ script: sh ci/semver.sh
+ stage: tools-and-build-and-tier1
+ - name: "Semver"
+ install: |
+ travis_retry cargo +nightly install \
+ --git https://github.com/gnzlbg/rust-semverver \
+ --branch fix_exit_code
+ script: sh ci/semver.sh
+ os: osx
+ osx_image: xcode10
+ stage: tools-and-build-and-tier1
# BUILD stable, beta, nightly
- name: "Build Stable Rust"