Skip to content

Commit 65579eb

Browse files
committed
Enable backtraces in CI
1 parent c033328 commit 65579eb

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
@@ -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)