Integrate license-check script in CI jobs

This commit is contained in:
Matthias Beyer 2018-02-07 03:11:15 +01:00
parent 8fe71c5b73
commit 8b101bfaa8

View file

@ -30,6 +30,7 @@ addons:
script:
- |
bash ./scripts/license-headers-updated || exit 1
cargo build --all --all-features -j 1 || exit 1
cargo test --all --all-features -j 1 || exit 1