aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorEdward Barnard2015-12-22 13:20:34 +0000
committerEdward Barnard2015-12-22 13:20:34 +0000
commite43f1b99415d9a447dd450581ce303afd17f6354 (patch)
tree9e1d6c70ccb304126bc16922034148fe8aab9625 /.travis.yml
parent01b1c3d1105e532f4be9d52fd88cb3c71447c8ea (diff)
downloadrust-plist-e43f1b99415d9a447dd450581ce303afd17f6354.tar.bz2
Bump min supported rust version
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 d0c925b..bdc9561 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ rust:
- nightly
- beta
- stable
-- 1.3.0
+- 1.4.0
before_script:
- |
pip install 'travis-cargo<0.2' --user &&