Skip to content

Commit

Permalink
Remove --all flag from cross builders
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Apr 3, 2019
1 parent b21713a commit 457e588
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -226,13 +226,13 @@ matrix:
- rustup target add x86_64-unknown-netbsd
- rustup target add x86_64-unknown-redox
script:
# Test all crates, and the top-level crate with all features:
- cargo build --target=x86_64-sun-solaris --all --all-features
- cargo build --target=x86_64-unknown-cloudabi --all --all-features
- cargo build --target=x86_64-unknown-freebsd --all --all-features
#- cargo build --target=x86_64-unknown-fuchsia --all --all-features
- cargo build --target=x86_64-unknown-netbsd --all --all-features
- cargo build --target=x86_64-unknown-redox --all --all-features
# Test the top-level crate with all features:
- cargo build --target=x86_64-sun-solaris --all-features
- cargo build --target=x86_64-unknown-cloudabi --all-features
- cargo build --target=x86_64-unknown-freebsd --all-features
#- cargo build --target=x86_64-unknown-fuchsia --all-features
- cargo build --target=x86_64-unknown-netbsd --all-features
- cargo build --target=x86_64-unknown-redox --all-features

# Trust cross-built/emulated targets. We must repeat all non-default values.
- rust: stable
Expand Down

0 comments on commit 457e588

Please sign in to comment.