summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2019-09-20 21:58:30 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2019-09-20 22:11:24 +0200
commita35d58d543e3e836aabdd748cc76a3290e2088e1 (patch)
tree3f65d096a7a62cdd911064fdf04be2ba8b004952 /.travis.yml
parent59c95751f30918fa30c2be30b707788cc46b7481 (diff)
Bump min. required 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 146ec3f..63d1788 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ matrix:
env: TARGET=x86_64-pc-windows-msvc
# Minimum Rust supported channel.
- os: linux
- rust: 1.29.0
+ rust: 1.34.0
env: TARGET=x86_64-unknown-linux-gnu