retrieving failed logs from travis runs #4871
Closed
duncdrum
started this conversation in
Team Posts
Replies: 2 comments
-
Nice, thanks Duncan. |
Beta Was this translation helpful? Give feedback.
0 replies
-
nice !!!!!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Travis now dumps the test logs of failed runs to chunk.io.
Merged PRs, and builds on branches are enabled automatically. You'll find the URL for to retrieve the logs on travis at the very end of the log of each failed testrun:
For security reasons, encrypted env variables are disabled for PR builds by travis.
To activate the same feature in your fork, you should make sure that the variable
$CHUNK_USER
and$CHUNK_PW
are set on your accounts. This entails getting an account at chunk.ioYou can add them at:
https://travis-ci.com/$$YOUR_GH_USER_NAME$$/exist/settings
Beta Was this translation helpful? Give feedback.
All reactions