Skip to content

Commit

Permalink
update Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylipscomb committed Jun 13, 2019
1 parent b108b4c commit ed27ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
os: osx
sudo: required
script:
- sudo mkdir /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\\ 9.3.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift
- rake test_ios
- stage: Test
name: "macOS"
Expand All @@ -42,7 +41,6 @@ jobs:
os: osx
sudo: required
script:
- sudo mkdir /Library/Developer/CoreSimulator/Profiles/Runtimes/tvOS\\ 9.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift
- rake test_tvos
- stage: Test
name: "watchOS"
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def build_matrix
:scheme => "#{$framework}-iOS",
:run_tests => true,
:destinations => [
"OS=9.3,name=iPhone 5s",
"OS=10.3.1,name=iPhone 5s",
"OS=latest,name=iPad Air 2"
]
},
Expand All @@ -22,7 +22,7 @@ def build_matrix
:scheme => "#{$framework}-tvOS",
:run_tests => true,
:destinations => [
"OS=9.2,name=Apple TV 1080p",
"OS=10.2,name=Apple TV 1080p",
"OS=latest,name=Apple TV 4K"
]
},
Expand Down

0 comments on commit ed27ad6

Please sign in to comment.