Skip to content

Commit 7da5188

Browse files
Ralithdjc
authored andcommitted
Enable backtraces in CI
1 parent d50edb6 commit 7da5188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ before_script:
3737
script:
3838
- cargo clean
3939
- cargo build --all-features
40-
- cargo test --all-features
40+
- RUST_BACKTRACE=1 cargo test --all-features
4141
- if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
4242
cargo fmt -- --check;
4343
fi

0 commit comments

Comments
 (0)