Skip to content

Commit b17b757

Browse files
committed
Do not include "gimli-symbolize" support on Rust 1.25.0.
1 parent 4c8bdb1 commit b17b757

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ matrix:
4444
script: *test_all
4545

4646
# Test features with std on Rust 1.25.0 for backward compatibility
47+
#
48+
# Not supported:
49+
#
50+
# * no_std
51+
# * gimli-symbolize feature
4752
- rust: 1.25.0
4853
script:
4954
- cargo build --manifest-path backtrace-sys/Cargo.toml
@@ -59,7 +64,6 @@ matrix:
5964
- cargo test --no-default-features --features 'serialize-rustc std'
6065
- cargo test --no-default-features --features 'serialize-rustc serialize-serde std'
6166
- cargo test --no-default-features --features 'cpp_demangle std'
62-
- cargo test --no-default-features --features 'gimli-symbolize std'
6367
- cd ./cpp_smoke_test && cargo test && cd ..
6468
- cargo clean && cargo build
6569

0 commit comments

Comments
 (0)