From f42968b19b8f1f5d9fe8f807d83707918776a141 Mon Sep 17 00:00:00 2001 From: modos189 Date: Mon, 29 Nov 2021 15:55:11 +0300 Subject: [PATCH] test4 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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