Skip to content

Commit

Permalink
Hopefully should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
UriahShaulMandel committed Aug 12, 2019
1 parent 13df46e commit d69f775
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ script:
- pwd
- cd /home/travis
- pwd
- git config --global user.email "uriah.shm@outlook.com"
- git config --global user.name "UriahShaulMandel"
- git config user.email "uriah.shm@outlook.com"
- git config user.name "UriahShaulMandelTravis"
- git clone https://github.com/UriahShaulMandel/BaldPhoneScreenshots.git
- pwd
- cd BaldPhoneScreenshots
Expand All @@ -53,7 +53,8 @@ script:
- pwd
- git commit -am "committest1"
- pwd
- git push
- git push https://UriahShaulMandel:${GITHUB_API_KEY}@${GH_REF} HEAD:master

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

0 comments on commit d69f775

Please sign in to comment.