Skip to content

Commit

Permalink
Fix bad package name
Browse files Browse the repository at this point in the history
  • Loading branch information
cgull committed Oct 31, 2016
1 parent a15de8a commit 2cab744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ script:
- make VERSION
- cat ./VERSION
- make distcheck VERBOSE=1 V=1
- 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
- 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

# Deploy the OS X package to a GitHub release.
deploy:
Expand Down

0 comments on commit 2cab744

Please sign in to comment.