We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890d4cf commit f47dfa8Copy full SHA for f47dfa8
.travis.yml
@@ -8,6 +8,6 @@ script:
8
- pod lib lint
9
deploy:
10
provider: script
11
- script: rvm use default && pod trunk push
+ script: ./scripts/push.sh
12
on:
13
tags: true
scripts/push.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
3
-gem install --no-document cocoapods
+rvm use default
4
pod trunk push
5
0 commit comments