Skip to content

Commit 3907ec9

Browse files
committed
travis: Avoid caching Maven configuration
An older version of Travis's Maven configuration was cached which eventually caused builds to fail as it had referenced http://repo1.maven.org which is now disallowed.
1 parent df5a8b3 commit 3907ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jdk:
77

88
cache:
99
directories:
10-
- "$HOME/.m2"
10+
- "$HOME/.m2/repository"
1111

1212
notifications:
1313
email: false

0 commit comments

Comments
 (0)