Skip to content

Commit

Permalink
Auto merge of #320 - Manishearth:all-features, r=nox
Browse files Browse the repository at this point in the history
Remove --all-features

Fixes the build

This was broken by rust-lang/cargo#7507 , but the previous behavior was that the flags were ignored, so I removed them

r? nox @ferjm
  • Loading branch information
bors-servo committed Oct 18, 2019
2 parents 5380170 + 740551a commit 3f89925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -48,7 +48,7 @@ matrix:

script:
- cargo build
- ls examples/*.rs | xargs -I{} basename {} .rs | grep -v params_connect | RUST_BACKTRACE=1 GST_DEBUG=3 xargs -I{} cargo ex {} --all-features
- ls examples/*.rs | xargs -I{} basename {} .rs | grep -v params_connect | RUST_BACKTRACE=1 GST_DEBUG=3 xargs -I{} cargo ex {}

- name: "Android build"
before_install:
Expand Down

0 comments on commit 3f89925

Please sign in to comment.