Skip to content

Commit

Permalink
Disabled pushing screenshots to BaldPhoneScreenhots from PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
UriahShaulMandel committed Aug 17, 2019
1 parent a9202be commit f66522a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ script:
- adb pull /sdcard/Pictures/screenshots /home/travis/BaldPhoneScreenshots/screenshots
- git add --all :/
- git commit -am "committest1"
- git push https://UriahShaulMandel:${GITHUB_API_KEY}@${GH_REF} HEAD:master
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git push https://UriahShaulMandel:${GITHUB_API_KEY}@${GH_REF} HEAD:master; fi'

before_install:
- echo yes | android update sdk --all --filter build-tools-28.0.3 --no-ui --force
Expand Down

0 comments on commit f66522a

Please sign in to comment.