Skip to content

Commit b397091

Browse files
committed
remove fixed mosh.pkg link; sha256 both package and build report
1 parent 290e31f commit b397091

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ script:
7979
set -e
8080
cd macosx
8181
env ZERO_AR_DATE=1 MACOSX_DEPLOYMENT_TARGET=10.10 ./build.sh
82-
ln ${TRAVIS_TAG}.pkg mosh.pkg
83-
shasum -a 256 mosh.pkg
82+
shasum -a 256 "${TRAVIS_TAG}.pkg" "${TRAVIS_TAG}-build-report.tbz"
8483
)
8584
fi
8685
# Deploy the OS X package to a GitHub release.

0 commit comments

Comments
 (0)