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 bee55a6 commit 793f5dcCopy full SHA for 793f5dc
.travis.yml
@@ -27,6 +27,9 @@ after_success:
27
- tar cjf $HOME/archive/python-$ALIAS.tar.bz2 $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS
28
- ls -lh $HOME/archive/python-$ALIAS.tar.bz2
29
30
+after_failure:
31
+ - cat /tmp/python-build.*.log
32
+
33
deploy:
34
provider: s3
35
access_key_id: $ARTIFACTS_KEY
0 commit comments