Skip to content

Commit

Permalink
Enable depedency caching for travis (atomix#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher-Ghaleb authored May 16, 2021
1 parent 842276c commit a6305ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: java

sudo: false

cache:
directories:
- $HOME/.m2

services:
- docker

Expand Down

0 comments on commit a6305ec

Please sign in to comment.