Skip to content

Commit cf89c5d

Browse files
committed
Trim down tests for 1.25.0
No need to test exhaustiveness, we can rely on that through bug reports!
1 parent b17b757 commit cf89c5d

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

.travis.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,9 @@ matrix:
4343
- rust: nightly
4444
script: *test_all
4545

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
5247
- 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
6949

7050
# Upload docs on nightly
7151
- rust: nightly

0 commit comments

Comments
 (0)