diff --git a/.travis.yml b/.travis.yml index 61f4887..9a44ccc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a3d86c0..e2bdb57 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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"],