Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Aug 10, 2016
1 parent 8ad010c commit 81ae0b7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ script:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
make &&

xcodebuild -workspace ios/tests.xcworkspace -scheme tests CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO &&

if [ -n "$TRAVIS_TAG" ]; then prorab-deploy-cocoapods.sh igagis; else echo "Skip deploying to cocoapods because not a tagged commit!!!"; fi;
xcodebuild -workspace ios/tests.xcworkspace -scheme tests CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO;
fi

before_deploy:
Expand All @@ -73,3 +71,9 @@ deploy:
on:
tags: true
condition: $TRAVIS_OS_NAME = osx && $CC = clang
- provider: script
skip_cleanup: true
script: rvm 2.2.1 do prorab-deploy-cocoapods.sh igagis
on:
tags: true
condition: $TRAVIS_OS_NAME = osx && $CC = clang

0 comments on commit 81ae0b7

Please sign in to comment.