Skip to content

Commit efa00ae

Browse files
committed
[Travis] Cache Maven dependencies for cleaner logs and shorter build times
1 parent c377765 commit efa00ae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ sudo: false
33
jdk:
44
- oraclejdk7
55

6+
cache:
7+
directories:
8+
- $HOME/.m2
9+
610
# branches blacklist
711
branches:
812
except:

0 commit comments

Comments
 (0)