From 2d95a952a3c2c0ef8a15947bc471aed9203e1b43 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 23 Mar 2018 21:33:43 +0100 Subject: Revert "Remove "build" job to speed up travis builds" --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 94ebaf67..3160ccc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ 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: -- cgit v1.2.3