File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -43,29 +43,9 @@ matrix:
43
43
- rust : nightly
44
44
script : *test_all
45
45
46
- # Test features with std on Rust 1.25.0 for backward compatibility
47
- #
48
- # Not supported:
49
- #
50
- # * no_std
51
- # * gimli-symbolize feature
46
+ # Make sure the default crate builds with 1.25.0
52
47
- rust : 1.25.0
53
- script :
54
- - cargo build --manifest-path backtrace-sys/Cargo.toml
55
- - cargo build
56
- - cargo test
57
- - cargo test --no-default-features --features 'libunwind std'
58
- - cargo test --no-default-features --features 'libunwind dladdr std'
59
- - cargo test --no-default-features --features 'libunwind libbacktrace std'
60
- - cargo test --no-default-features --features 'unix-backtrace std'
61
- - cargo test --no-default-features --features 'unix-backtrace dladdr std'
62
- - cargo test --no-default-features --features 'unix-backtrace libbacktrace std'
63
- - cargo test --no-default-features --features 'serialize-serde std'
64
- - cargo test --no-default-features --features 'serialize-rustc std'
65
- - cargo test --no-default-features --features 'serialize-rustc serialize-serde std'
66
- - cargo test --no-default-features --features 'cpp_demangle std'
67
- - cd ./cpp_smoke_test && cargo test && cd ..
68
- - cargo clean && cargo build
48
+ script : cargo test
69
49
70
50
# Upload docs on nightly
71
51
- rust : nightly
You can’t perform that action at this time.
0 commit comments