summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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