Skip to content

Commit 3f89925

Browse files
author
bors-servo
authored
Auto merge of #320 - Manishearth:all-features, r=nox
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
2 parents 5380170 + 740551a commit 3f89925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ matrix:
4848

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

5353
- name: "Android build"
5454
before_install:

0 commit comments

Comments
 (0)