Try harder to debug failures..

This commit is contained in:
Alex Crichton 2018-04-03 09:34:37 -07:00
parent f77612531f
commit dd9c444aeb

View File

@ -12,6 +12,7 @@ matrix:
- rust: nightly
before_install: rustup target add wasm32-unknown-unknown
script: cargo test
env: RUST_BACKTRACE=1
# Dist linux binary
- env: TARGET=x86_64-unknown-linux-musl DEPLOY=1