We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9b306 commit 89d0b42Copy full SHA for 89d0b42
.travis.yml
@@ -58,12 +58,12 @@ before_script:
58
(
59
set -e
60
if test osx = "${TRAVIS_OS_NAME}" && test -n "${TRAVIS_TAG}"; then
61
- rm -rf macosx/build-report macosx/build-report.txz
+ rm -rf macosx/build-report macosx/build-report.tgz
62
mkdir macosx/build-report
63
cd macosx/build-report
64
../brew-deps.sh describe
65
../osx-xcode.sh describe
66
- tar -cf - . | xz > ../build-report.txz
+ tar -czf ../build-report.tgz .
67
fi
68
)
69
@@ -92,7 +92,7 @@ deploy:
92
skip_cleanup: true
93
# Using a shell variable in deploy.file is undocumented but seems to work.
94
file: macosx/${TRAVIS_TAG}.pkg
95
- file: macosx/build-report.pkg
+ file: macosx/build-report.tgz
96
on:
97
repo: cgull/mosh
98
tags: true
0 commit comments