From 41e71b4f4828767c71024ba97038ce4488e8cc77 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Tue, 31 May 2016 14:37:25 +0200 Subject: [PATCH] leave the clippy_lints directory after testing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f78f8f43d0c5..c1b91fd75fe3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ script: - cargo test --features debugging - SYSROOT=~/rust cargo install - cargo clippy -- -D clippy - - cd clippy_lints && cargo clippy -- -D clippy + - cd clippy_lints && cargo clippy -- -D clippy && cd .. after_success: # only test regex_macros if it compiles