summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-08-26 13:17:58 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-08-26 13:28:03 +0200
commit56e2f1263f6f7ee78ae8569e5208e6a8abc91192 (patch)
treeef008fd1eade45c121b2af83a8c1144e45083112 /.travis.yml
parent764ff6ea9658e2a174252df231eff8a2a977a50f (diff)
Include rustc 1.18.0 in the CI process
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 72bb7a95..13a3c17d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,13 +8,13 @@ dist:
language: rust
rust:
+ - 1.17.0
+ - 1.18.0
- stable
- beta
- nightly
matrix:
- include:
- - rust: 1.17.0
allow_failures:
- rust: nightly