Enable backtrace
To simplify troubleshooting on the build server.
This commit is contained in:
parent
ffee21cb1f
commit
5198fccaeb
|
@ -13,6 +13,7 @@ env:
|
||||||
global:
|
global:
|
||||||
- RUST_VERSION=nightly
|
- RUST_VERSION=nightly
|
||||||
- RUSTFLAGS="-C link-dead-code"
|
- RUSTFLAGS="-C link-dead-code"
|
||||||
|
- RUST_BACKTRACE=1
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
Loading…
Reference in a new issue