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