summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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 85d654b8..2a36f892 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,13 +63,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.32.0
+ rust: 1.34.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
- rust: 1.32.0
+ rust: 1.34.0
env: TARGET=x86_64-unknown-linux-musl
- os: linux
- rust: 1.32.0
+ rust: 1.34.0
env: TARGET=arm-unknown-linux-gnueabihf GCC_VERSION=4.8
addons:
apt: