We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7cc701 commit d42d862Copy full SHA for d42d862
.travis.yml
@@ -6,7 +6,7 @@ osx_image: xcode10
6
7
deploy:
8
provider: script
9
- script: ./push.sh
+ script: ./scripts/push.sh
10
on:
11
tags: true
12
push.sh scripts/push.sh
@@ -2,4 +2,4 @@
2
3
source ~/.rvm/scripts/rvm
4
rvm use default
5
-pod trunk push IceCream.podspec --allow-warnings
+pod trunk push --allow-warnings
0 commit comments