summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-07-07 17:54:44 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-07-07 17:54:44 +0200
commitcfaed077dcc656c37e72e2d489f2fdd1aeed6809 (patch)
treeb080623a32e5ebf0a0f3fb1c6ae801a3de1e288c /.travis.yml
parentb4d039833305565b9182d9d6ff4e162287a21fbf (diff)
Update to rustc 1.17
As the dependency unicode-bidi requires rustc 1.17 as minimum version of the rust compiler, we have to update as well.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 61d5b72f..72bb7a95 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ rust:
matrix:
include:
- - rust: 1.15.0
+ - rust: 1.17.0
allow_failures:
- rust: nightly