Skip to content

Commit

Permalink
Print the stack trace for hanging tests
Browse files Browse the repository at this point in the history
For debugging riemann#617 on Travis.
  • Loading branch information
AkihiroSuda committed Feb 23, 2016
1 parent 0ed63b2 commit 0202b59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ jdk:
- openjdk7
- oraclejdk7
- oraclejdk8

script:
- pip install --user deadlockreporter==0.0.1
- python -m deadlockreporter -t 300 lein test
cache:
directories:
- $HOME/.m2

0 comments on commit 0202b59

Please sign in to comment.