summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar wwylele2016-10-27 23:45:56 +0300
committerGravatar Merry2016-10-27 21:45:56 +0100
commit0dfad003dcc017e70a67f9f81787489422fb97e1 (patch)
tree4b01416f706b36d22f0334e451b621c04ddad906
parentMerge pull request #2139 from mailwl/frd-fix (diff)
downloadyuzu-0dfad003dcc017e70a67f9f81787489422fb97e1.tar.gz
yuzu-0dfad003dcc017e70a67f9f81787489422fb97e1.tar.xz
yuzu-0dfad003dcc017e70a67f9f81787489422fb97e1.zip
Travis: only upload for push (#2134)
Diffstat (limited to '')
-rwxr-xr-x.travis-upload.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-upload.sh b/.travis-upload.sh
index 7838bf079..1bec74b3d 100755
--- a/.travis-upload.sh
+++ b/.travis-upload.sh
@@ -1,4 +1,4 @@
1if [ "$TRAVIS_BRANCH" = "master" ]; then 1if [ "$TRAVIS_EVENT_TYPE" = "push" ]&&[ "$TRAVIS_BRANCH" = "master" ]; then
2 GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`" 2 GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`"
3 GITREV="`git show -s --format='%h'`" 3 GITREV="`git show -s --format='%h'`"
4 4