Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
Fixed Travis syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus committed Dec 9, 2017
1 parent 46d1b75 commit 923bf11
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ deploy:
condition: $TRAVIS_TAG =~ beta || $TRAVIS_TAG =~ alpha || $TRAVIS_TAG =~ release

# Play Store beta release
- provider: script
script: ./gradlew publishApkFreeRelease publishApkPaidRelease
skip_cleanup: true
on:
repo: timusus/Shuttle
tags: true
condition: $TRAVIS_TAG =~ beta
- provider: script
script: ./gradlew publishApkFreeRelease publishApkPaidRelease
skip_cleanup: true
on:
repo: timusus/Shuttle
tags: true
condition: $TRAVIS_TAG =~ beta

# Slack build notifications
notifications:
Expand Down

0 comments on commit 923bf11

Please sign in to comment.