SugarRecord/.travis.yml

14 lines
422 B
YAML

language: objective-c
xcode_sdk: iphonesimulator
rvm: 2.0.0
osx_image: xcode61
notifications:
email: false
before_install:
- gem install --no-rdoc --no-ri cocoapods -v 0.35
- gem install xcpretty
- cd project
- pod install
script:
- xcodebuild -workspace project.xcworkspace -scheme project -configuration Debug -sdk iphonesimulator8.1 ONLY_ACTIVE_ARCH=NO test | xcpretty -tc --no-utf && exit ${PIPESTATUS[0]}