aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorEdward Barnard2018-05-16 23:21:04 +0100
committerEdward Barnard2018-05-16 23:28:39 +0100
commitd8a4f4ef2a0e80f1dc6237678410807cce83cce0 (patch)
tree5a05cd622de2e9dfc8a452a611f73916199fde9c /.travis.yml
parent780dfc6eaff7351402d9094ef3e432ffaba2b0ce (diff)
downloadrust-plist-d8a4f4ef2a0e80f1dc6237678410807cce83cce0.tar.bz2
Reduce minimum Rust version to 1.18.0 now xml-rs no longer depends on bitflags.
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 ad6026a..1d041d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ rust:
- nightly
- beta
- stable
-- 1.20.0
+- 1.18.0
script:
- |
cargo test