Open nbigaouette opened 5 years ago
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?)
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?)