Disable travis deploy

This commit is contained in:
Pedro Piñera Buendía 2016-05-24 23:47:33 +02:00
parent 797a30aff8
commit 51c7ff48c5

View File

@ -17,10 +17,10 @@ script:
- xcodebuild -version
- xcodebuild -showsdks
- bundle exec fastlane ci
deploy:
provider: script
script:
- bundle install
- bundle exec fastlane deploy
on:
branch: master
# deploy:
# provider: script
# script:
# - bundle install
# - bundle exec fastlane deploy
# on:
# branch: master