Skip to content

Commit 967f1ff

Browse files
committed
Changing the pod trunk push script
1 parent 58aa84e commit 967f1ff

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ before_install:
1616
before_deploy:
1717
- carthage build --no-skip-current
1818
- carthage archive $FRAMEWORK_NAME
19+
- pod spec lint --allow-warnings
1920
after_deploy:
20-
- pod trunk push ${FRAMEWORK_NAME}
21+
- pod trunk push --allow-warnings
2122
notifications:
2223
slack:
2324
rooms:
@@ -39,8 +40,3 @@ deploy:
3940
on:
4041
repo: pogramos/GRSTextField
4142
tags: true
42-
# Cocoa pods
43-
provider: script
44-
script: ./scripts/push.sh
45-
on:
46-
tags: true

scripts/push.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)