mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-14 00:58:43 +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:
parent
163e00677a
commit
2f0d9d411a
@ -24,16 +24,13 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
rust: beta
|
rust: beta
|
||||||
env: TARGET=x86_64-unknown-linux-gnu
|
env: TARGET=x86_64-unknown-linux-gnu
|
||||||
- os: osx
|
|
||||||
rust: beta
|
|
||||||
env: TARGET=x86_64-apple-darwin
|
|
||||||
# Minimum Rust supported channel.
|
# Minimum Rust supported channel.
|
||||||
- os: linux
|
- os: linux
|
||||||
rust: 1.12.0
|
rust: 1.12.0
|
||||||
env: TARGET=x86_64-unknown-linux-gnu
|
env: TARGET=x86_64-unknown-linux-gnu
|
||||||
- os: osx
|
- os: linux
|
||||||
rust: 1.12.0
|
rust: 1.12.0
|
||||||
env: TARGET=x86_64-apple-darwin
|
env: TARGET=x86_64-unknown-linux-musl
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export PATH="$PATH:$HOME/.cargo/bin"
|
- export PATH="$PATH:$HOME/.cargo/bin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user