Skip to content

Commit 18838fb

Browse files
committed
Try to get postgres logs when tests deadlock
1 parent 1637de0 commit 18838fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ before_script:
2222

2323
script:
2424
- cargo build
25-
- cargo test -- --test-threads=1
25+
- cargo test
2626
- yarn run test
2727

2828
after_success:
2929
- travis-cargo coveralls --no-sudo
3030

31+
after_failure:
32+
- tail -100 /var/log/postgresql/postgresql-*-main.log
33+
3134
addons:
3235
postgresql: "9.3"
3336
apt:

0 commit comments

Comments
 (0)