Skip to content

Commit

Permalink
Enable caching for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher-Ghaleb committed Mar 3, 2021
1 parent 9f64034 commit ddfc2de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ jdk:
- openjdk9
- openjdk10
- openjdk11

cache:
directories:
- $HOME/.m2
after_success:
- mvn deploy -Dmaven.test.skip -DcreateDocs=true -s settings.xml
- mvn jacoco:report coveralls:jacoco -DsourceEncoding=UTF-8
Expand Down

0 comments on commit ddfc2de

Please sign in to comment.