11language : objective-c
22osx_image : xcode9.2
33
4- env :
5- matrix :
6- - SCHEME=PinLayout SDK=iphonesimulator11.2
4+ # env:
5+ # matrix:
6+ # - SCHEME=PinLayout SDK=iphonesimulator11.2
77 # - SCHEME=PinLayout SDK=iphonesimulator10.3
88 # - SCHEME=PinLayoutSample SDK=iphonesimulator11.2
99 # - SCHEME=PinLayoutTVOS SDK=appletvsimulator11.0
@@ -16,11 +16,12 @@ before_install:
1616 - pod install --repo-update;
1717
1818script :
19- - |
20- if [[ $SCHEME = "PinLayout" ]]; then
21- set -o pipefail && xcodebuild -workspace PinLayout.xcworkspace -scheme "$SCHEME" -sdk $SDK -destination 'platform=iOS Simulator,name=iPhone 6' -enableCodeCoverage YES build test | xcpretty -f `xcpretty-travis-formatter`
22- bundle exec fastlane travis
23- fi
19+ - set -o pipefail && bundle exec fastlane travis
20+ # - |
21+ # if [[ $SCHEME = "PinLayout" ]]; then
22+ # set -o pipefail && xcodebuild -workspace PinLayout.xcworkspace -scheme "$SCHEME" -sdk $SDK -destination 'platform=iOS Simulator,name=iPhone 6' -enableCodeCoverage YES build test | xcpretty -f `xcpretty-travis-formatter`
23+ # bundle exec fastlane travis
24+ # fi
2425
2526 # if [[ $SCHEME = "PinLayoutSample" ]]; then
2627 # set -o pipefail && xcodebuild -workspace PinLayout.xcworkspace -scheme "$SCHEME" -sdk $SDK -destination 'platform=iOS Simulator,name=iPhone 6' build | xcpretty -f `xcpretty-travis-formatter`
@@ -31,7 +32,7 @@ script:
3132 # fi
3233
3334after_success :
34- - |
35- if [[ $SCHEME = "PinLayout" ]]; then
36- bash <(curl -s https://codecov.io/bash) -J 'PinLayout' -J 'PinLayoutTests'
37- fi
35+ # - |
36+ # if [[ $SCHEME = "PinLayout" ]]; then
37+ bash <(curl -s https://codecov.io/bash) -J 'PinLayout' -J 'PinLayoutTests'
38+ # fi
0 commit comments