We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I suspect xz will give better results than bzip2.
xz
bzip2
The text was updated successfully, but these errors were encountered:
We'd have to install a more recent version of Ant ourselves in the Travis CI environment (or switch build system entirely), unfortunately.
Sorry, something went wrong.
.travis.yml: Match tarballs compressed with something other than bzip2.
52c525b
To make sure #55 doesn't break the next release.
I have since learned that xz is a bad format for software releases, but some more modern compression format would be nice.
And I can either generate uncompressed tarballs and compress using <exec, or switch to a Makefile-based build, without too much difficulty.
<exec
kingjon3377
No branches or pull requests
I suspect
xz
will give better results thanbzip2
.The text was updated successfully, but these errors were encountered: