summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-02-07 03:11:15 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-02-10 16:40:47 +0100
commit8b101bfaa8e636a8d03522b2ea0640edfd1e6884 (patch)
tree2b41cd1e1f2a791d8b3afbf4660fab2aee7969d2 /.travis.yml
parent8fe71c5b73e39e96f7b517f521246edf9f080c03 (diff)
Integrate license-check script in CI jobs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 38efdf12..04a9f5a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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