Skip to content

Commit

Permalink
use xcode 8.3 image
Browse files Browse the repository at this point in the history
use Apple TV 1080p (10.1) and iPhone 7 (10.2) device id in Travis CI
  • Loading branch information
liuxuan30 committed Apr 20, 2017
1 parent aca0491 commit a6fd824
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode8.2
osx_image: xcode8.3
language: objective-c
rvm:
- 2.2
Expand Down
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def devices
{
iOS: {
sdk: 'iphonesimulator',
device: "id='22FA2149-1241-469C-BF6D-462D3837DB72'",
uuid: '22FA2149-1241-469C-BF6D-462D3837DB72'
device: "id='34FA4749-C467-4D45-9F8E-E31AEDDC39C2'",
uuid: '34FA4749-C467-4D45-9F8E-E31AEDDC39C2'
},
macOS: {
sdk: 'macosx',
Expand All @@ -49,8 +49,8 @@ def devices
},
tvOS: {
sdk: 'appletvsimulator',
device: "id='5761D8AB-2838-4681-A528-D0949FF240C5'",
uuid: '5761D8AB-2838-4681-A528-D0949FF240C5'
device: "id='C12DA372-F96C-4CD0-BEF4-63EC1182DBD2'",
uuid: 'C12DA372-F96C-4CD0-BEF4-63EC1182DBD2'
}
}
end
Expand Down

0 comments on commit a6fd824

Please sign in to comment.