summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-19 09:32:32 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-19 10:44:30 -0500
commit63b0f31a221e0d065acbdd8ab43cbc3aef463b8e (patch)
treea97411e1c28fd92756694f6aa28f75df08991b2d /.travis.yml
parent7ecee299a5a2e0db381b17394d8dab002916ee06 (diff)
deps: update various dependencies
We also increase the MSRV to 1.32, the current stable release, which sets the stage for migrating to Rust 2018.
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 e0b58444..73034add 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,13 +62,13 @@ matrix:
# Minimum Rust supported channel. We enable these to make sure ripgrep
# continues to work on the advertised minimum Rust version.
- os: linux
- rust: 1.28.0
+ rust: 1.32.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
- rust: 1.28.0
+ rust: 1.32.0
env: TARGET=x86_64-unknown-linux-musl
- os: linux
- rust: 1.28.0
+ rust: 1.32.0
env: TARGET=arm-unknown-linux-gnueabihf GCC_VERSION=4.8
addons:
apt: