From cde8a37e41d9c91fe785ca9b720b719275c6af5a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 22 Mar 2018 22:16:42 +0100 Subject: [PATCH] Remove "build" job to speed up travis builds --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3160ccc2..94ebaf67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,6 @@ 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 notifications: