summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-12-30 15:47:19 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-12-30 16:50:18 -0500
commite044cfb33fec87154ccb0e98d8322b2fa743fa8b (patch)
treee1ab23153da5ad407632d31a9a7672e9a77b0d0a /.travis.yml
parent7dd1194a975721c49121f07644ebd0414cddbff5 (diff)
deps: update to latest clap release
This also bumps the minimum Rust version required to 1.20.
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 fd329d75..a1b43c58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,13 +46,13 @@ matrix:
env: TARGET=x86_64-unknown-linux-gnu
# Minimum Rust supported channel.
- os: linux
- rust: 1.17.0
+ rust: 1.20.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
- rust: 1.17.0
+ rust: 1.20.0
env: TARGET=x86_64-unknown-linux-musl
- os: linux
- rust: 1.17.0
+ rust: 1.20.0
env: TARGET=arm-unknown-linux-gnueabihf GCC_VERSION=4.8
addons:
apt: