diff --git a/.travis.yml b/.travis.yml index 7135f8369..f7477bec1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,12 +82,10 @@ deploy: draft: true on: tags: true - condition: $TRAVIS_BRANCH =~ ^release|master #publish on play store - provider: script skip_cleanup: true script: ./gradlew publishKiwixRelease on: - tags: true - condition: $TRAVIS_BRANCH =~ ^release|master \ No newline at end of file + tags: true \ No newline at end of file