Enable backtrace

To simplify troubleshooting on the build server.
This commit is contained in:
Vlad Shcherbina 2018-03-14 01:05:47 +03:00
parent ffee21cb1f
commit 5198fccaeb

View file

@ -13,6 +13,7 @@ env:
global:
- RUST_VERSION=nightly
- RUSTFLAGS="-C link-dead-code"
- RUST_BACKTRACE=1
sudo: required
dist: trusty