Permalink
Browse files
Deploy podspec before Carthage artefacts
- Loading branch information...
Showing
with
6 additions
and
6 deletions.
-
+6
−6
.travis.yml
|
@@ -10,6 +10,12 @@ env: |
|
|
|
before_deploy: |
|
|
|
- carthage build --no-skip-current |
|
|
|
- carthage archive $FRAMEWORK_NAME |
|
|
|
deploy: |
|
|
|
provider: script |
|
|
|
script: ./Support/Scripts/push_podspec.sh |
|
|
|
on: |
|
|
|
repo: magicalpanda/MagicalRecord |
|
|
|
tags: true |
|
|
|
deploy: |
|
|
|
provider: releases |
|
|
|
api_key: |
|
@@ -19,9 +25,3 @@ deploy: |
|
|
|
on: |
|
|
|
repo: magicalpanda/MagicalRecord |
|
|
|
tags: true |
|
|
|
# deploy: |
|
|
|
# provider: script |
|
|
|
# script: ./Support/Scripts/push_podspec.sh |
|
|
|
# on: |
|
|
|
# repo: magicalpanda/MagicalRecord |
|
|
|
# tags: true |
0 comments on commit
b83b159