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

Commit

Permalink
Setup Travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Nov 13, 2017
1 parent 083fcfe commit 403b257
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ install:

script:
- bundle exec fastlane ci

deploy:
- provider: script
script: bundle exec fastlane release
skip_cleanup: true
on:
repo: fjcaetano/RxWebSocket
tags: true
2 changes: 0 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ platform :ios do

desc "Deploy a new version to Github and Cocoapods"
lane :release do
ci unless Helper.is_ci?

carthage(
command: "archive",
frameworks: ["RxWebSocket"],
Expand Down

0 comments on commit 403b257

Please sign in to comment.