summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-02-18 20:45:20 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-02-18 20:45:20 +0100
commit82aef29d459e03387f635019a2a353c8e8e1ed66 (patch)
tree69e36f71d49863e75d7aaf0a42aa9679b3e8eb7a /.travis.yml
parent3341e3640cbdca41343c88ab09bd42fe0b023fa2 (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 0 insertions, 7 deletions
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