Enable RUST_BACKTRACE on travis

This commit is contained in:
Markus Westerlind 2018-02-04 22:50:32 +01:00
parent 4f0a7a6a49
commit 060e3b5e53

View File

@ -7,7 +7,7 @@ install:
- source ~/.cargo/env || true
- bash tools/ci-install.sh
script:
- CARGO_INCREMENTAL=0 cargo test --all
- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --all
- bash tools/build-doc
deploy:
provider: pages