Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Commit

Permalink
Uncomment travis.yml lines for after_script and after_success; delete…
Browse files Browse the repository at this point in the history
… cache configuration (#154)
  • Loading branch information
lambdapioneer authored Feb 20, 2019
1 parent ab44482 commit fb799b8
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,11 @@ before_script:
script:
- ./gradlew build testDebug connectedCheck --continue --info

# after_script:
# - travis_fold:start:logcat
# - cat logcat.txt
# - travis_fold:end:logcat
#
# after_success:
# - ./gradlew jacocoTestReport coveralls
# - ./scripts/publish_snapshot.sh
#
# cache:
# directories:
# - $HOME/.gradle
# - $HOME/.m2/repository
after_script:
- travis_fold:start:logcat
- cat logcat.txt
- travis_fold:end:logcat

after_success:
- ./gradlew jacocoTestReport coveralls
- ./scripts/publish_snapshot.sh

0 comments on commit fb799b8

Please sign in to comment.