Skip to content

Commit e071993

Browse files
committed
Target XCode 12.2 and SDK 11.0
1 parent c2340fe commit e071993

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode11.5
2+
osx_image: xcode12.2
33
env:
44
global:
55
- RUBYMOTION_LICENSE=1dcac45cc434293009f74b33037bdf7361a3a1ff # Official license key for open-source projects
@@ -29,6 +29,8 @@ gemfile:
2929

3030
jobs:
3131
include:
32+
- stage: rubocop
33+
script: bundle exec rubocop
3234
- stage: macos
3335
script: bundle exec rake spec
3436
# - stage: ios

Rakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Motion::Project::App.setup do |app|
3030
app.sdk_version = '13.5'
3131
app.deployment_target = '13.5'
3232
else
33-
app.sdk_version = '11.1'
34-
app.deployment_target = '11.1'
33+
app.sdk_version = '11.0'
34+
app.deployment_target = '11.0'
3535
end
3636

3737
app.detect_dependencies = true

0 commit comments

Comments
 (0)