Skip to content

Commit

Permalink
Release script 'fix' (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed May 17, 2017
1 parent fca69a7 commit 6ab9cb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: android
jdk: oraclejdk8
sudo: required
git:
depth: 9999
android:
components:
- tools
Expand Down Expand Up @@ -36,7 +38,7 @@ script:
- ${TASK}
after_success:
- |
if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ] && [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then
echo "CI on master succeded. Executing release tasks..."
./ci/release.sh
echo "Uploading mapping to Firebase..."
Expand Down

0 comments on commit 6ab9cb4

Please sign in to comment.