You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ addons:
36
36
before_install:
37
37
- if test osx = "${TRAVIS_OS_NAME}"; then brew update; fi
38
38
- if test osx = "${TRAVIS_OS_NAME}"; then brew reinstall protobuf; fi
39
-
- if test osx = "${TRAVIS_OS_NAME}" && test -n "${TRAVIS_TAG}"; then brew rm protobuf && travis_wait 30 brew install protobuf --universal --bottle; fi
40
-
#- if test osx = "${TRAVIS_OS_NAME}"; then brew reinstall tmux; fi
39
+
#- if test osx = "${TRAVIS_OS_NAME}" && test -n "${TRAVIS_TAG}"; then brew rm protobuf && travis_wait 30 brew install protobuf --universal --bottle; fi
40
+
- if test osx = "${TRAVIS_OS_NAME}"; then brew reinstall tmux; fi
41
41
- git fetch --tags --unshallow
42
42
43
43
# 'make distcheck', and OS X package build on tag builds.
@@ -50,7 +50,7 @@ script:
50
50
# wildcards, so we must give the package a fixed name before
51
51
# uploading it.
52
52
# - 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
53
-
- if test osx = "${TRAVIS_OS_NAME}" && test -n "${TRAVIS_TAG}"; then sh -c "cd macosx && touch ${TRAVIS_TAG}.pkg"; fi
53
+
- if test osx = "${TRAVIS_OS_NAME}" && test -n "${TRAVIS_TAG}"; then sh -c "cd macosx && echo ${TRAVIS_TAG} > ${TRAVIS_TAG}.pkg"; fi
0 commit comments