Skip to content

Commit 057f573

Browse files
committed
PLATFORM iOS 일 경우 빌드.
1 parent da79752 commit 057f573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ script:
9292
# 개선이 필요합니다.
9393
# https://github.com/mxcl/PromiseKit/blob/master/.travis.yml
9494
# iOS, macOs, watch, tv 가 모두 성공했을 경우 실행이 필요합니다.
95-
- if [ $TRAVIS_EVENT_TYPE == "cron" ] && [ $TRAVIS_BRANCH == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ PLATFORM == "iOS" ]; then
95+
- if [ $TRAVIS_EVENT_TYPE == "cron" ] && [ $TRAVIS_BRANCH == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$PLATFORM" == "iOS" ]; then
9696
- echo "Increase a patch version"
9797
- export TAG_VERSION=$(git describe --abbrev=0 --tags)
9898
- export NEW_TAG_VERSION=$(echo ${TAG_VERSION} | awk -F. -v OFS=. 'NF==1{print ++$NF}; NF>1{if(length($NF+1)>length($NF))$(NF-1)++; $NF=sprintf("%0*d", length($NF), ($NF+1)%(10^length($NF))); print}')

0 commit comments

Comments
 (0)