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 3411626 commit 78a2c20Copy full SHA for 78a2c20
.travis.yml
@@ -43,7 +43,7 @@ script:
43
- mkdir portable_root
44
- cp -r python portable_root/
45
- echo "Python 3.6.5" >> ./portable_root/version.txt
46
- - tar czf upload/python3-reduced.tar.gz python/
+ - tar czf upload/python3-reduced.tar.gz portable_root/
47
- curl --upload-file ./upload/python3-reduced.tar.gz https://transfer.sh/python3-reduced.tar.gz | tee -a output_urls.txt && echo "" >> output_urls.txt
48
49
# Print all uploaded files URLs
0 commit comments