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

Commit b01ba0d

Browse files
author
bors-servo
authored
Auto merge of #415 - servo:jdm-patch-3, r=KiChjang
Show backtraces on CI https://ci.appveyor.com/project/servo/rust-mozjs/build/1.0.619 is pretty frustrating because it shows no useful information. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/415) <!-- Reviewable:end -->
2 parents 03db1ae + 38b16c0 commit b01ba0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ environment:
2525
C:\\Program Files\\Git\\cmd;\
2626
C:\\Program Files\\Git\\usr\\bin;\
2727
C:\\Program Files\\AppVeyor\\BuildAgent;"
28+
RUST_BACKTRACE: "1"
2829
matrix:
2930
- TARGET: nightly-x86_64-pc-windows-msvc
3031

0 commit comments

Comments
 (0)