Skip to content

Commit

Permalink
1. use xcode 8.3 image
Browse files Browse the repository at this point in the history
2. use Apple TV 1080p (10.2) and iPhone 7 (10.3) device id in Travis CI
  • Loading branch information
liuxuan30 committed Apr 20, 2017
1 parent aca0491 commit faefe1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
10 changes: 5 additions & 5 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='57E7D476-3A98-4107-A64D-98CA0EA13EC0'",
uuid: '57E7D476-3A98-4107-A64D-98CA0EA13EC0'
},
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='DA272ADF-D0A3-4F0A-8F81-32D1CB993197'",
uuid: 'DA272ADF-D0A3-4F0A-8F81-32D1CB993197'
}
}
end
Expand Down Expand Up @@ -142,4 +142,4 @@ end
desc 'updated the podspec on cocoapods'
task :update_pod do
sh "bundle exec pod trunk push Charts.podspec --allow-warnings"
end
end

0 comments on commit faefe1c

Please sign in to comment.