Skip to content

Commit

Permalink
Update branch for auto-deploy on it (#36)
Browse files Browse the repository at this point in the history
* Style changed (#28)

* Design (#29)

* Style changed

* Fullscreen mode added

* Fix hardcoded text (#30)

* Style changed

* Fix issue found by linter

* Revert "Fix hardcoded text (#30)" (#31)

This reverts commit 38fd82f.

* Fix hardcoded text (#32)

* Style changed

* Fix issue found by linter

* Update activity_intro.xml

* Ci (#35)

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml
  • Loading branch information
SomeAnonimCoder authored Jun 16, 2019
1 parent 6e2b93d commit 31d6442
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@ before_deploy:
- export ART_REPORT_PATH=$(find . -name "lint-results.html")

deploy:
provider: releases
api_key: "3e6b24d0a2faf3e8f02ba3ab68db5826a766551c"
file:
- ${ART_APK_PATH}
- ${ART_REPORT_PATH}
skip_cleanup: true
on:
branches:
only:
- master
provider: releases
api_key: "3e6b24d0a2faf3e8f02ba3ab68db5826a766551c"
file:
- ${ART_APK_PATH}
- ${ART_REPORT_PATH}
skip_cleanup: true
on:
all_branches: true

0 comments on commit 31d6442

Please sign in to comment.