Skip to content

Commit b3115dc

Browse files
committed
Use iOS 10.1 to avoid duplicate 10.2 simulators
1 parent 3d7be5e commit b3115dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ osx_image: xcode8.2
33
matrix:
44
include:
55
- env: VERSION=9.3
6-
- env: VERSION=10.2
6+
- env: VERSION=10.1
77
script:
88
- bundle exec rake ci:build[$VERSION]
99
- make -B carthage

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
task default: "ci:test"
22

3-
latest = "10.2"
3+
latest = "10.1"
44

55
namespace :ci do
66
desc "Build targets on Travis CI with a specified OS version, default OS=#{latest}"

0 commit comments

Comments
 (0)