Skip to content

Commit de0ddaa

Browse files
committed
fix ci
1 parent 884c2ee commit de0ddaa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
osx_image: xcode9.4
1+
osx_image: xcode11.5
2+
os: osx
23
language: objective-c
34
xcode_project: TBAlertControllerDemo
45
xcode_scheme: TBActionSheetKit
5-
xcode_sdk: iphoneos11.4
6+
xcode_sdk: iphoneos13.5
67
env:
78
global:
89
- FRAMEWORK_NAME=TBActionSheetKit
@@ -18,10 +19,10 @@ script: xcodebuild -project Example/TBAlertControllerDemo.xcodeproj -scheme TBAl
1819
-configuration Release -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
1920
deploy:
2021
provider: releases
21-
api_key:
22+
token:
2223
secure: S8vW03RVhPHqs/nXaH0JJm36q2qcS0HnJVZdSSc3a8VkDovLdpTbH7OeNYT+/V+keekhnamrfI9KwEOKqEr34kP24BAv4d6Ej5mIqZ7Y+13IIU6BLaPV9WjBmJKl9af8zPMM6AwtgrWm3pnMp8IW3J+0Uz1N6UKe06P+Kuqljc0IzaOGShnEBcIQMu+XZEQXaAe+HOti/+Wzu9eta+HZgNS6Ne8YxFdjPXR1Vyempd3+hDW3BltprS3yrut30Q94XgGanTHQ4m3xX36SyupGl88790mxr9SNAHORlJIJOla/Dda1LNA6+f2GFSQuBoSXe5uAPOZOoqIyDSoda192gESM048TeIc6GbooofnSbGB4Jmk+lqBrYpHkJwoY7uxFcBK1h1IaHld6YQy9mVvtLBrjm8jIq0yamc+PD5wu4DWOhc68RPq4JjNTTM7AWkhGARodlKFa/9uow3qds3KSmsWkEFWuhP1VzyxDsu3iSwchWbP7UiVcpfnlEHIReeiQVsu7H0t1dR2ql7dz2pu7UqEgVpXIPbCAMs1XOe1uwA+inaZmrPhql0m0ARkhKTe6qm/WdbDmHT0g2rNZX8n4Aj471GoJc92Qrr5eflRidbUjauTtjCK2b9RVKRlSsWPLHrVQz5IimejQBRe9CmIbOyCxbDwEYskiVbbMi4YJ26w=
2324
file: TBActionSheetKit.framework.zip
24-
skip_cleanup: true
25+
cleanup: true
2526
on:
2627
repo: yulingtianxia/TBActionSheet
2728
tags: true

0 commit comments

Comments
 (0)