File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ script:
1212- set -o pipefail
1313- swift --version
1414- rake
15- - xcodebuild clean build test -project DeviceIdentificator.xcodeproj -scheme DeviceIdentificator-iOS -destination "platform=iOS Simulator,name=iPhone 7 " | xcpretty -f `xcpretty-travis-formatter`
15+ - xcodebuild clean build test -project DeviceIdentificator.xcodeproj -scheme DeviceIdentificator-iOS -destination "platform=iOS Simulator,name=iPhone 11 " | xcpretty -f `xcpretty-travis-formatter`
1616- bash <(curl -s https://codecov.io/bash) -cF iPhone -J 'DeviceIdentificator'
17- - xcodebuild clean build test -project DeviceIdentificator.xcodeproj -scheme DeviceIdentificator-iOS -destination "platform=iOS Simulator,name=iPad Air 2 " | xcpretty -f `xcpretty-travis-formatter`
17+ - xcodebuild clean build test -project DeviceIdentificator.xcodeproj -scheme DeviceIdentificator-iOS -destination "platform=iOS Simulator,name=iPad Pro (9.7-inch) " | xcpretty -f `xcpretty-travis-formatter`
1818- bash <(curl -s https://codecov.io/bash) -cF iPad -J 'DeviceIdentificator'
1919- xcodebuild clean build test -project DeviceIdentificator.xcodeproj -scheme DeviceIdentificator-tvOS -destination "platform=tvOS Simulator,name=Apple TV" | xcpretty -f `xcpretty-travis-formatter`
2020- bash <(curl -s https://codecov.io/bash) -cF tvOS -J 'DeviceIdentificator'
You can’t perform that action at this time.
0 commit comments