summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-11-09 14:23:33 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-11-09 14:23:33 +0100
commiteb8c926f252ec959f36dafdd66cd869e7a924095 (patch)
tree391bbcc8d9a3466a89ab06a7a3f325e237bc6d45
parent16dfbaf44b9755baf1bbb8e0931155b8391663f6 (diff)
parent26b2d3934b2b0e2a74b172676ead5e63afca0065 (diff)
Merge branch 'more-testing'
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.travis.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index af13615..befd13f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,11 @@
language: rust
rust:
+ - 1.32.0
+ - 1.33.0
+ - 1.34.2
+ - 1.35.0
+ - 1.36.0
+ - 1.37.0
- stable
- beta
- nightly
@@ -10,8 +16,8 @@ matrix:
before_install:
- sudo apt-get -y install task
script: |
- cargo build
- cargo test
+ cargo build || exit 1
+ cargo test || exit 1
# prepare taskwarrior, initial setup
yes | task