travis: use iPhone6

This commit is contained in:
Gautier Pelloux-Prayer 2015-07-08 15:15:03 +02:00
parent 5e3e9920db
commit e211254634
2 changed files with 3 additions and 3 deletions

View file

@ -26,8 +26,8 @@ install:
- mkdir -p $KIF_SCREENSHOTS
script:
- xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator build 1>/dev/null
- xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator test
- xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator -destination name='iPhone 6' build 1>/dev/null
- xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator -destination name='iPhone 6' test
after_script:
- ./Tools/imgur_upload.sh

View file

@ -119,7 +119,7 @@
}
- (void)deleteContactEntryForRowAtIndexPath:(NSInteger)idx inSection:(NSInteger)section {
if ([tester tryFindingViewWithAccessibilityLabel:@"Delete" error:nil]) {
if ([tester tryFindingTappableViewWithAccessibilityLabel:@"Delete" error:nil]) {
[tester tapViewWithAccessibilityLabel:@"Delete"];
} else {
// hack: Travis seems to be unable to click on delete for what ever reason