SugarRecord/.travis.yml
Pedro Piñera Buendía 51c7ff48c5 Disable travis deploy
2016-05-24 23:47:33 +02:00

27 lines
491 B
YAML

language: objective-c
xcode_sdk: iphonesimulator9.3
notifications:
email: false
osx_image: xcode7.3
before_install:
- brew bundle
- bundle install
xcode_sdk: iphonesimulator
install: true
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
script:
- set -o pipefail
- xcodebuild -version
- xcodebuild -showsdks
- bundle exec fastlane ci
# deploy:
# provider: script
# script:
# - bundle install
# - bundle exec fastlane deploy
# on:
# branch: master