Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Nov 29, 2021
1 parent d127fe0 commit f42968b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ deploy:
# deploy beta to google play
- provider: script
skip_cleanup: true
script: ./fastlane/push.py
script: ./fastlane/push.sh
on:
branch: master

# deploy release to google play
- provider: script
skip_cleanup: true
script: ./fastlane/push.py
script: ./fastlane/push.sh
on:
tags: true

0 comments on commit f42968b

Please sign in to comment.