Skip to content

Commit

Permalink
Set RUST_BACKTRACE=1 on travis to be more helpful.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Nov 12, 2016
1 parent f3af8c8 commit 0268cfa
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 @@ -21,7 +21,7 @@ matrix:
- env: IMAGE=x86_64-gnu-debug
- env: IMAGE=x86_64-gnu-nopt
- env: IMAGE=x86_64-gnu-rustbuild
- env: IMAGE=x86_64-gnu-llvm-3.7 ALLOW_PR=1
- env: IMAGE=x86_64-gnu-llvm-3.7 ALLOW_PR=1 RUST_BACKTRACE=1
- env: IMAGE=x86_64-musl

# OSX builders
Expand Down

0 comments on commit 0268cfa

Please sign in to comment.