We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b905aef commit 6fac01bCopy full SHA for 6fac01b
.travis.yml
@@ -11,6 +11,13 @@ stages:
11
matrix:
12
include:
13
# TOOLS
14
+ - name: "Semver"
15
+ env: TARGET=x86_64-unknown-linux-gnu
16
+ install: |
17
+ travis_retry cargo +nightly install \
18
+ --git https://github.com/gnzlbg/rust-semverver \
19
+ --branch fix_exit_code
20
+ script: cargo +nightly semver --api-guidelines --target="${TARGET}"
21
- name: "Documentation"
22
env: TARGET=x86_64-unknown-linux-gnu
23
script: sh ci/dox.sh
0 commit comments