Skip to content

Commit 3ff5472

Browse files
committed
Adding on-failure curldump.
1 parent e087906 commit 3ff5472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ before_script:
3333
- chmod +x codecov
3434
script: tox -- -v -nauto > log_output.txt
3535
after_failure:
36-
- tail -n 500 log_output.txt
36+
- curl -T log_output.txt curldu.mp
3737
after_success:
3838
- if [[ -e .coverage ]]; then ./codecov -t $CODECOV_TOKEN; fi

0 commit comments

Comments
 (0)