summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-04-21 20:43:25 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-04-21 20:43:25 +0200
commit15029fc3e653408b8f44d2f5b2a8746067f14038 (patch)
treec3d18ec523703de2f01f6e5ae2ec2e9072dcef19 /.travis.yml
parent2e6d8679713e8298e103eb72a018d690886b0436 (diff)
Disable duplicated stable rust check, check ruby 2.4.0 against rust 1.13 as well
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b71c408e..6fd43b8a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,8 @@ matrix:
include:
- rust: 1.13.0
env: IMAG_RUBY_VERSION=2.3.3
- - rust: stable
- env: IMAG_RUBY_VERSION=2.3.3
+ - rust: 1.13.0
+ env: IMAG_RUBY_VERSION=2.4.0
cache:
cargo: true