From d5231e63862bf11e02839c67a8a3297da09c5f29 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 22 Mar 2018 14:29:31 +0100 Subject: Add CI script for finding dead symlinks --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 19c924af..3160ccc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ addons: script: - | + bash ./scripts/find-dead-symlinks || exit 1 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 -- cgit v1.2.3