Skip to content

Commit

Permalink
ready for cocoapods and carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
illescasDaniel committed May 15, 2019
1 parent b2dc792 commit 8934452
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
40 changes: 24 additions & 16 deletions .travis.yml
@@ -1,17 +1,25 @@
branches:
only:
- master
- develop
- /^hotfix.*$/
- /^feature.*$/

notifications:
email:
on_success: change
on_failure: always

osx_image: xcode10.2
language: swift

script:
- fastlane ios tests
osx_image: xcode10.2
xcode_project: SideVolumeHUD.xcodeproj
xcode_scheme: SideVolumeHUD-iOS
xcode_destination: platform=iOS Simulator,OS=11.3,name=iPhone X
env:
global:
- FRAMEWORK_NAME=SideVolumeHUD
before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
before_script:
# - carthage bootstrap
before_deploy:
- carthage build --no-skip-current
- carthage archive $FRAMEWORK_NAME
deploy:
provider: releases
api_key:
secure: H4tenGQrwQIwHXocKsQR4dVtsfjBUxZHfOjOfhdjqzIfvZvbF3H63+rUVnkLCw/Usymdgn8FHIGYPaNKRTjRS84OQp7GIQXh6Aa/H5McYyrLOCoRgmXjwUevod0Vm3DfoCPBa7v+vTL5ADS1z/BQgNuFUB0XiUn1VN0ajJyJK2Ecjmi5XzZ3XFC7q4Eu2+uZbjW5Oo3RDaPttIQmikZkjWzhzzBvnfY20lG5AGcfVSc8D4Q0kuWrIdVaiqlCaHFpPhJauU4STdL0qly6iDeuHaxL27bmWfNDlfW2U6ZB3yhTPPuQBP936imlc8MUMcC1M2eg27zMeVPr8VbWw4vmyZtF2biJLBg07uWaZF0GMdZaUYTFizSfbxJx5cVwlw9ubqK9mAWZ2JIilxu3huHkfjn4JqKL15zzA4A45LQsyANCA77en/3HS1NhIWIe2/XHFAfbCnf8Wm+YumUS4gt5LWGZ5mqBPmPZPIAv9IwF0au0GfLbRh1BfdwQKRwEIYBvp27d/af96S9z883Sq/VpCuwj0Bq/c1u212Q4cTxcXxxJkZYvX+SzCka9VZcir1aCsXfryohMd2XHBk/tM1ZH5X5rr/ler/tbpWwjK7fYo+QaVq5BgMLDsyX5mkEuv3xh4ftypQffhyI+b3QW1oE2QfeL604O0UT2ofLnRavrsAw=
file: "$FRAMEWORK_NAME.framework.zip"
skip_cleanup: true
on:
repo: illescasDaniel/SideVolumeHUD
tags: true
25 changes: 0 additions & 25 deletions _.travis.yml

This file was deleted.

17 changes: 17 additions & 0 deletions _fastlane_.travis.yml
@@ -0,0 +1,17 @@
branches:
only:
- master
- develop
- /^hotfix.*$/
- /^feature.*$/

notifications:
email:
on_success: change
on_failure: always

osx_image: xcode10.2
language: swift

script:
- fastlane ios tests

0 comments on commit 8934452

Please sign in to comment.