Skip to content

Commit

Permalink
Enable backtraces in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Feb 27, 2019
1 parent c033328 commit 65579eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ before_script:
script:
- cargo clean
- cargo build --all-features
- cargo test --all-features
- RUST_BACKTRACE=1 cargo test --all-features
- if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
cargo fmt -- --check;
fi
Expand Down

0 comments on commit 65579eb

Please sign in to comment.