Skip to content

Commit 10362d0

Browse files
Fix Devices for CI
1 parent 034f9ed commit 10362d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)