Skip to content

Commit

Permalink
add script folder
Browse files Browse the repository at this point in the history
  • Loading branch information
caiyue1993 committed Apr 27, 2019
1 parent d7cc701 commit d42d862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ osx_image: xcode10

deploy:
provider: script
script: ./push.sh
script: ./scripts/push.sh
on:
tags: true

Expand Down
2 changes: 1 addition & 1 deletion push.sh → scripts/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

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

0 comments on commit d42d862

Please sign in to comment.