summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-10-11 23:03:40 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2018-10-16 22:09:15 +0200
commit314ec881eff2fc0e783a74c41d05cdd40caeffd6 (patch)
tree080c5167c35eaf253f7e88fba5b9108943602352 /.travis.yml
parent25a6a55437bd089277579e3c2a644e54c7ffc5c2 (diff)
Bump Rust version
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 a586b88d..3ae64ae4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,15 +32,15 @@ matrix:
# Minimum Rust supported channel.
- os: linux
- rust: 1.27.0
+ rust: 1.29.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
- rust: 1.27.0
+ rust: 1.29.0
env:
- TARGET=x86_64-unknown-linux-musl
- CC_x86_64_unknown_linux_musl=/usr/bin/musl-gcc
- os: osx
- rust: 1.27.0
+ rust: 1.29.0
env: TARGET=x86_64-apple-darwin
# Code formatting check