Skip to content

Commit

Permalink
need non-zero-size package, comment off the correct brew command
Browse files Browse the repository at this point in the history
  • Loading branch information
cgull committed Oct 31, 2016
1 parent 40c7c11 commit ec9dfcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ addons:
before_install:
- if test osx = "${TRAVIS_OS_NAME}"; then brew update; fi
- if test osx = "${TRAVIS_OS_NAME}"; then brew reinstall protobuf; fi
- if test osx = "${TRAVIS_OS_NAME}" && test -n "${TRAVIS_TAG}"; then brew rm protobuf && travis_wait 30 brew install protobuf --universal --bottle; fi
# - if test osx = "${TRAVIS_OS_NAME}"; then brew reinstall tmux; fi
# - if test osx = "${TRAVIS_OS_NAME}" && test -n "${TRAVIS_TAG}"; then brew rm protobuf && travis_wait 30 brew install protobuf --universal --bottle; fi
- if test osx = "${TRAVIS_OS_NAME}"; then brew reinstall tmux; fi
- git fetch --tags --unshallow

# 'make distcheck', and OS X package build on tag builds.
Expand All @@ -50,7 +50,7 @@ script:
# wildcards, so we must give the package a fixed name before
# uploading it.
# - 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
- if test osx = "${TRAVIS_OS_NAME}" && test -n "${TRAVIS_TAG}"; then sh -c "cd macosx && touch ${TRAVIS_TAG}.pkg"; fi
- if test osx = "${TRAVIS_OS_NAME}" && test -n "${TRAVIS_TAG}"; then sh -c "cd macosx && echo ${TRAVIS_TAG} > ${TRAVIS_TAG}.pkg"; fi

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

0 comments on commit ec9dfcc

Please sign in to comment.