Move scripted checks to own CI job

This commit is contained in:
Matthias Beyer 2018-04-12 01:11:08 +02:00
parent b325f14de0
commit 26e7f2cdba
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ language: rust
matrix:
include:
- language: nix
script:
- bash ./scripts/find-dead-symlinks
- bash ./scripts/license-headers-updated
- bash ./scripts/branch-contains-no-tmp-commits
- language: rust
rust: 1.23.0
cache: