summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-10-07 13:38:01 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2018-10-07 15:34:37 +0200
commit1dbb4ef683e26b0cc84903153ff35c09a41a9deb (patch)
tree335c625647701dc6e6b9d28c0b8feac498d3cd3e /.travis.yml
parent0502a3bd4a3b70958e920e1a49511e2968c00a2c (diff)
Update minimum Rust version to 1.27
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 100f54fe..a586b88d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,18 +29,18 @@ matrix:
- TARGET=aarch64-unknown-linux-gnu
- CC_aarch64-unknown-linux-gnu=/usr/bin/aarch64-linux-gnu-gcc-4.8
- CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc-4.8
-
+
# Minimum Rust supported channel.
- os: linux
- rust: 1.26.0
+ rust: 1.27.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
- rust: 1.26.0
+ rust: 1.27.0
env:
- TARGET=x86_64-unknown-linux-musl
- CC_x86_64_unknown_linux_musl=/usr/bin/musl-gcc
- os: osx
- rust: 1.26.0
+ rust: 1.27.0
env: TARGET=x86_64-apple-darwin
# Code formatting check