Skip to content

Commit 2cab744

Browse files
committed
Fix bad package name
1 parent a15de8a commit 2cab744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ script:
5454
- make VERSION
5555
- cat ./VERSION
5656
- make distcheck VERBOSE=1 V=1
57-
- if test osx = "${TRAVIS_OS_NAME}" && test -n "${TRAVIS_TAG}"; then sh -c "cd macosx && env MACOSX_DEPLOYMENT_TARGET=10.10 ./build.sh && ln mosh-${TRAVIS_TAG}.pkg mosh.pkg && shasum -a 256 mosh.pkg"; fi
57+
- if test osx = "${TRAVIS_OS_NAME}" && test -n "${TRAVIS_TAG}"; then sh -c "cd macosx && env MACOSX_DEPLOYMENT_TARGET=10.10 ./build.sh && ln ${TRAVIS_TAG}.pkg mosh.pkg && shasum -a 256 mosh.pkg"; fi
5858

5959
# Deploy the OS X package to a GitHub release.
6060
deploy:

0 commit comments

Comments
 (0)