Skip to content

Commit 793f5dc

Browse files
committed
Dump last 2000 lines of log after failure
1 parent bee55a6 commit 793f5dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ after_success:
2727
- tar cjf $HOME/archive/python-$ALIAS.tar.bz2 $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS
2828
- ls -lh $HOME/archive/python-$ALIAS.tar.bz2
2929

30+
after_failure:
31+
- cat /tmp/python-build.*.log
32+
3033
deploy:
3134
provider: s3
3235
access_key_id: $ARTIFACTS_KEY

0 commit comments

Comments
 (0)