Skip to content

Commit

Permalink
Add missing scripts for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Jan 21, 2021
1 parent 06c2ee9 commit 9bc6389
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,9 @@ cache:
- "$HOME/.gradle/wrapper/"
before_script:
- rm -rf $TRAVIS_BUILD_DIR/app/build/outputs
- chmod +x gradlew
- chmod +x gradle/wrapper/gradle-wrapper.jar
- chmod +x gradle/wrapper/gradle-wrapper.jar
after_success:
- chmod +x ./publish_apk.sh; ./publish_apk.sh

0 comments on commit 9bc6389

Please sign in to comment.