1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-13 21:26:27 +02:00

fix Rust version number in CI

This commit is contained in:
Andrew Gallant 2016-09-09 18:47:05 -04:00
parent 8f0d3d78ca
commit 9a4527d107

View File

@ -30,10 +30,10 @@ matrix:
env: TARGET=x86_64-apple-darwin
# Minimum Rust supported channel.
- os: linux
rust: 1.9
rust: 1.9.0
env: TARGET=x86_64-unknown-linux-musl
- os: osx
rust: 1.9
rust: 1.9.0
env: TARGET=x86_64-apple-darwin
before_install: