Skip to content

Commit

Permalink
Remove --all-features
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Oct 18, 2019
1 parent 5380170 commit a9d9a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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 {} --features="player noise webrtc"

- name: "Android build"
before_install:
Expand Down

0 comments on commit a9d9a5e

Please sign in to comment.