Skip to content
Snippets Groups Projects
Commit 6fac01b7 authored by gnzlbg's avatar gnzlbg
Browse files

Verify that only non-technical breaking changes are applied to libc

Closes #270 .
parent b905aef3
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,13 @@ 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment