Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit 38b16c0

Browse files
authored
Add RUST_BACKTRACE to TravisCI
1 parent 92d9c09 commit 38b16c0

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
@@ -17,7 +17,7 @@ before_install:
1717
script:
1818
- ccache -z
1919
- CCACHE=$(which ccache) travis_wait cargo build --verbose $FEATURES
20-
- CCACHE=$(which ccache) cargo test --verbose $FEATURES
20+
- CCACHE=$(which ccache) RUST_BACKTRACE=1 cargo test --verbose $FEATURES
2121
- ccache -s
2222

2323
notifications:

0 commit comments

Comments
 (0)