File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11language : objective-c
22osx_image : xcode7
33
4- # xcode_project: Validator.xcodeproj
5- # xcode_scheme: Validator
6- # xcode_sdk: iphonesimulator8.3
4+ xcode_project : Validator.xcodeproj
5+ xcode_scheme : Validator
6+ xcode_sdk : iphonesimulator8.3
77
8- before_install :
9- - gem install xcpretty --no-rdoc --no-ri --no-document --quiet
8+ # before_install:
9+ # - gem install xcpretty --no-rdoc --no-ri --no-document --quiet
1010
11- script :
12- - set -o pipefail
13- - xcodebuild -version
14- - xcodebuild -project Validator.xcodeproj -scheme Validator -sdk iphonesiumlator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0'
15- -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c
11+ # script:
12+ # - set -o pipefail
13+ # - xcodebuild -version
14+ # - xcodebuild -project Validator.xcodeproj -scheme Validator -sdk iphonesiumlator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0'
15+ # -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c
You can’t perform that action at this time.
0 commit comments