summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2015-12-07 23:42:27 -0600
committerRene Rivera <grafikrobot@gmail.com>2015-12-07 23:42:27 -0600
commit79b81c412df59e637fd0709037b95ccee7603486 (patch)
tree4f63092b6bd39c478f015752a89fc1abdf2e5db3 /.travis.yml
parentd0ebe0b20cf7e436629803115cd6c69670635fb7 (diff)
downloadboost-79b81c412df59e637fd0709037b95ccee7603486.tar.gz
Release CI.. Try 7zr as 7zip command.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 986daf5dc1..6edc235fe8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -75,6 +75,6 @@ script:
if [[ "${RELEASE_BUILD}" == "CRLF" ]]; then
cd "${TRAVIS_BUILD_DIR}/.."
zip -qr "${BOOST_RELEASE}.zip" "${BOOST_RELEASE}"
- p7zip a -r "${BOOST_RELEASE}.7z" "${BOOST_RELEASE}"
+ 7zr a -r "${BOOST_RELEASE}.7z" "${BOOST_RELEASE}"
ls -la
fi