Skip to content

Commit 6fac01b

Browse files
committed
Verify that only non-technical breaking changes are applied to libc
Closes #270 .
1 parent b905aef commit 6fac01b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ stages:
1111
matrix:
1212
include:
1313
# 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}"
1421
- name: "Documentation"
1522
env: TARGET=x86_64-unknown-linux-gnu
1623
script: sh ci/dox.sh

0 commit comments

Comments
 (0)