diff --git a/.travis.yml b/.travis.yml index ed9ce44f3..1d004f469 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file