Skip to content

Commit

Permalink
configure dirs to cache for travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bbilger committed Nov 18, 2017
1 parent fbf67ed commit 8735aed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ env:
script:
- ./gradlew clean build sonarqube -Dsonar.login=$SONAR_TOKEN
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.sonar/cache'
- '$HOME/.gradle'
- '.gradle'

0 comments on commit 8735aed

Please sign in to comment.