summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-10-12 19:36:28 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-10-12 19:36:28 +0200
commit9111692276b936203f40929c6910c448da89b027 (patch)
tree9a565714a906d5ea9c9ee6f1d852f863d9115020 /.travis.yml
parent9871a8bc0a5559fd663d3f830afc4ceae2652506 (diff)
travis: rustc 1.17/1.18 -> 1.19/1.20
We want to be able to compile imag with the latest compiler, but also two compilers before the current one. So Update the travis spec to include rustc 1.19 and 1.20, but not 1.17 and 1.18 anymore.
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 56cc77cb..ecf9e7bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,8 @@ dist:
language: rust
rust:
- - 1.17.0
- - 1.18.0
+ - 1.19.0
+ - 1.20.0
- stable
- beta
- nightly