We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A unit test failure in my Travis CI failed to show a proper backtrace. Looking at the .travis.yml file it does not seems that RUST_BACKTRACE=1 is set.
.travis.yml
RUST_BACKTRACE=1
Would:
env: global: - RUST_BACKTRACE=1
be sufficient? (with the same for appveyor?)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A unit test failure in my Travis CI failed to show a proper backtrace. Looking at the
.travis.yml
file it does not seems thatRUST_BACKTRACE=1
is set.Would:
be sufficient? (with the same for appveyor?)
The text was updated successfully, but these errors were encountered: