]> git.lizzy.rs Git - rust.git/commitdiff
Enable backtraces for tests
authorbjorn3 <bjorn3@users.noreply.github.com>
Sun, 13 May 2018 13:32:35 +0000 (15:32 +0200)
committerGitHub <noreply@github.com>
Sun, 13 May 2018 13:32:35 +0000 (15:32 +0200)
.travis.yml

index 6a987f93748c130e958190ee832115ba7c978460..9aa632da05e0e976756cab9c1d054ad4a79c67f4 100644 (file)
@@ -27,7 +27,7 @@ script:
 - |
   # Test plain miri
   cargo build --release --all-features &&
-  cargo test --release --all-features --all &&
+  RUST_BACKTRACE=1 cargo test --release --all-features --all &&
   cargo install --all-features --force
 - |
   # Test cargo miri