Restored travis file

This commit is contained in:
Pedro 2014-11-14 11:56:36 +01:00
parent 2fe214e97e
commit 285c34416e

View File

@ -7,4 +7,4 @@ before_install:
- cd project
- pod install
script:
- xcodebuild -workspace SugarRecord.xcworkspace -scheme SugarRecordTests -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -tc --no-utf && exit ${PIPESTATUS[0]}
- xcodebuild -workspace SugarRecord.xcworkspace -scheme SugarRecordTests -configuration Debug -sdk iphonesimulator8.1 ONLY_ACTIVE_ARCH=NO test | xcpretty -tc --no-utf && exit ${PIPESTATUS[0]}