We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58aa84e commit 967f1ffCopy full SHA for 967f1ff
2 files changed
.travis.yml
@@ -16,8 +16,9 @@ before_install:
16
before_deploy:
17
- carthage build --no-skip-current
18
- carthage archive $FRAMEWORK_NAME
19
+- pod spec lint --allow-warnings
20
after_deploy:
-- pod trunk push ${FRAMEWORK_NAME}
21
+- pod trunk push --allow-warnings
22
notifications:
23
slack:
24
rooms:
@@ -39,8 +40,3 @@ deploy:
39
40
on:
41
repo: pogramos/GRSTextField
42
tags: true
- # Cocoa pods
43
- provider: script
44
- script: ./scripts/push.sh
45
- on:
46
- tags: true
scripts/push.sh
0 commit comments