We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661431a commit 5a68299Copy full SHA for 5a68299
.travis.yml
@@ -30,7 +30,7 @@ addons:
30
- perl
31
32
before_install:
33
- # Get full repo and describe this
+ # Get full repo for `git describe`
34
- git fetch --tags --unshallow
35
# OS X dependencies. The package_deps step takes 15 minutes or so
36
# and is fairly quiet, so wrap it in travis_wait to keep it from
@@ -78,7 +78,7 @@ script:
78
(
79
set -e
80
cd macosx
81
- env MACOSX_DEPLOYMENT_TARGET=10.10 ./build.sh
+ 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
84
)
0 commit comments