summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-04-22 15:49:00 +0200
committersharkdp <davidpeter@web.de>2018-04-22 15:49:10 +0200
commita978ec760458f6b5afea918141d4dca5d23dc7da (patch)
tree8ed1af8b8efbe90bf64f80cfa721478e3592ac21 /.travis.yml
parent8d83da23f001edfc19d0b67de70a8659c11c1064 (diff)
Update minimal rust version
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 49f738a6..02456b74 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,10 +12,10 @@ matrix:
# Minimum Rust supported channel.
- os: linux
- rust: 1.20.0
+ rust: 1.25.0
env: TARGET=x86_64-unknown-linux-gnu
- os: osx
- rust: 1.20.0
+ rust: 1.25.0
env: TARGET=x86_64-apple-darwin
addons: