diff options
author | wwylele <wwylele@gmail.com> | 2016-10-27 22:45:56 +0200 |
---|---|---|
committer | Merry <MerryMage@users.noreply.github.com> | 2016-10-27 22:45:56 +0200 |
commit | 0dfad003dcc017e70a67f9f81787489422fb97e1 (patch) | |
tree | 4b01416f706b36d22f0334e451b621c04ddad906 | |
parent | Merge pull request #2139 from mailwl/frd-fix (diff) | |
download | yuzu-0dfad003dcc017e70a67f9f81787489422fb97e1.tar yuzu-0dfad003dcc017e70a67f9f81787489422fb97e1.tar.gz yuzu-0dfad003dcc017e70a67f9f81787489422fb97e1.tar.bz2 yuzu-0dfad003dcc017e70a67f9f81787489422fb97e1.tar.lz yuzu-0dfad003dcc017e70a67f9f81787489422fb97e1.tar.xz yuzu-0dfad003dcc017e70a67f9f81787489422fb97e1.tar.zst yuzu-0dfad003dcc017e70a67f9f81787489422fb97e1.zip |
-rwxr-xr-x | .travis-upload.sh | 2 |
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 @@ -if [ "$TRAVIS_BRANCH" = "master" ]; then +if [ "$TRAVIS_EVENT_TYPE" = "push" ]&&[ "$TRAVIS_BRANCH" = "master" ]; then GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`" GITREV="`git show -s --format='%h'`" |