Skip to content

Commit 89d0b42

Browse files
committed
xz not present in OS X yet; also fix build report naming
1 parent 1b9b306 commit 89d0b42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ before_script:
5858
(
5959
set -e
6060
if test osx = "${TRAVIS_OS_NAME}" && test -n "${TRAVIS_TAG}"; then
61-
rm -rf macosx/build-report macosx/build-report.txz
61+
rm -rf macosx/build-report macosx/build-report.tgz
6262
mkdir macosx/build-report
6363
cd macosx/build-report
6464
../brew-deps.sh describe
6565
../osx-xcode.sh describe
66-
tar -cf - . | xz > ../build-report.txz
66+
tar -czf ../build-report.tgz .
6767
fi
6868
)
6969
@@ -92,7 +92,7 @@ deploy:
9292
skip_cleanup: true
9393
# Using a shell variable in deploy.file is undocumented but seems to work.
9494
file: macosx/${TRAVIS_TAG}.pkg
95-
file: macosx/build-report.pkg
95+
file: macosx/build-report.tgz
9696
on:
9797
repo: cgull/mosh
9898
tags: true

0 commit comments

Comments
 (0)