Skip to content

Commit d42d862

Browse files
committed
add script folder
1 parent d7cc701 commit d42d862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ osx_image: xcode10
66

77
deploy:
88
provider: script
9-
script: ./push.sh
9+
script: ./scripts/push.sh
1010
on:
1111
tags: true
1212

push.sh scripts/push.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
source ~/.rvm/scripts/rvm
44
rvm use default
5-
pod trunk push IceCream.podspec --allow-warnings
5+
pod trunk push --allow-warnings

0 commit comments

Comments
 (0)