Skip to content

Commit

Permalink
run test with RUST_BACKTRACE=full
Browse files Browse the repository at this point in the history
  • Loading branch information
little-dude committed Jun 2, 2017
1 parent 1bb1369 commit 3000117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
environment:
RUST_BACKTRACE: full
matrix:
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cache:

script:
- cargo build --verbose
- cargo test --verbose
- RUST_BACKTRACE=full cargo test --verbose

notifications:
email: false

0 comments on commit 3000117

Please sign in to comment.