We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5b0af commit 518b4b4Copy full SHA for 518b4b4
.travis.yml
@@ -37,6 +37,8 @@ install:
37
before_script:
38
- curl -Os --retry 5 https://uploader.codecov.io/latest/linux/codecov
39
- chmod +x codecov
40
-script: tox -- -v -n auto
+script: tox -- -v -n auto > cmd_output.txt
41
+after_failure:
42
+ - curl --upload-file cmd_output.txt https://transfer.sh/cmd_output.txt
43
after_success:
44
- if [[ -e .coverage ]]; then ./codecov -t $CODECOV_TOKEN; fi
0 commit comments