File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,10 @@ before_script:
1717 # bootstrap the dependencies for the project
1818 # you can remove if you don't have dependencies
1919 - carthage bootstrap
20- # script:
21- # - set -o pipefail;
22- # - xcodebuild test -project ViewModelKit.xcodeproj -scheme ViewModelKit -sdk iphonesimulator -destination "platform=iOS Simulator,OS=latest,name=iPhone 5" | xcpretty
23- # - xcodebuild test -project ViewModelKit.xcodeproj -scheme ViewModelKit -sdk iphonesimulator -destination "platform=iOS Simulator,OS=latest,name=iPhone 5s" | xcpretty
24-
20+ script :
21+ - set -o pipefail;
22+ - xcodebuild test -project ViewModelKit.xcodeproj -scheme ViewModelKit -sdk iphonesimulator -destination "platform=iOS Simulator,OS=latest,name=iPhone 5" | xcpretty
23+ - xcodebuild test -project ViewModelKit.xcodeproj -scheme ViewModelKit -sdk iphonesimulator -destination "platform=iOS Simulator,OS=latest,name=iPhone 5s" | xcpretty
2524before_deploy :
2625 - carthage build --no-skip-current
2726 - carthage archive $FRAMEWORK_NAME
You can’t perform that action at this time.
0 commit comments