summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-12-14 21:48:31 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2018-12-14 23:34:13 +0100
commitb68c5d857688201db44a188cbd89c93f9841ea7f (patch)
tree279547a239b45495e4c5ac609e7ba1fcd7051df4 /.travis.yml
parentfee57d71d97591b79b461afa03941dee2b09216d (diff)
Bump minimum required Rust version to 1.30
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 84e65760..80cd6078 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,15 +32,15 @@ matrix:
# Minimum Rust supported channel.
- os: linux
- rust: 1.29.0
+ rust: 1.30.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
- rust: 1.29.0
+ rust: 1.30.0
env:
- TARGET=x86_64-unknown-linux-musl
- CC_x86_64_unknown_linux_musl=/usr/bin/musl-gcc
- os: osx
- rust: 1.29.0
+ rust: 1.30.0
env: TARGET=x86_64-apple-darwin
# Code formatting check