Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 403b257

Browse files
committed
Setup Travis deploy
1 parent 083fcfe commit 403b257

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@ install:
1010

1111
script:
1212
- bundle exec fastlane ci
13+
14+
deploy:
15+
- provider: script
16+
script: bundle exec fastlane release
17+
skip_cleanup: true
18+
on:
19+
repo: fjcaetano/RxWebSocket
20+
tags: true

fastlane/Fastfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ platform :ios do
105105

106106
desc "Deploy a new version to Github and Cocoapods"
107107
lane :release do
108-
ci unless Helper.is_ci?
109-
110108
carthage(
111109
command: "archive",
112110
frameworks: ["RxWebSocket"],

0 commit comments

Comments
 (0)