1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-08 13:23:34 +02:00

Tweak build matrix.

Only build darwin on nightly for deployment. (Darwin builders are quite
slow on Travis.)

Also, add MUSL to Rust 1.12.0 builder.
This commit is contained in:
Andrew Gallant 2017-01-02 15:51:45 -05:00
parent 163e00677a
commit 2f0d9d411a

View File

@ -24,16 +24,13 @@ matrix:
- os: linux
rust: beta
env: TARGET=x86_64-unknown-linux-gnu
- os: osx
rust: beta
env: TARGET=x86_64-apple-darwin
# Minimum Rust supported channel.
- os: linux
rust: 1.12.0
env: TARGET=x86_64-unknown-linux-gnu
- os: osx
- os: linux
rust: 1.12.0
env: TARGET=x86_64-apple-darwin
env: TARGET=x86_64-unknown-linux-musl
before_install:
- export PATH="$PATH:$HOME/.cargo/bin"