From 82aef29d459e03387f635019a2a353c8e8e1ed66 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 18 Feb 2018 20:45:20 +0100 Subject: Reduce number of build-jobs Currently we have build times up to 2 hours. That's because travis does not execute all builds in parallel, but some in sequence (afaik 4 are run in parallel). Because of that, we have build times up to 2 hours. By removing the builds for 1.21 (which is old, 1.24 came out 3 days ago) and for beta and nightly, we reduce the number of jobs for each build to 3 and thus the overall build time, hopefully. --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 04a9f5a1..19c924af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,16 +8,9 @@ dist: language: rust rust: - - 1.21.0 - 1.22.1 - 1.23.0 - stable - - beta - - nightly - -matrix: - allow_failures: - - rust: nightly cache: cargo: true -- cgit v1.2.3