Skip to content

Commit 156d5be

Browse files
committed
put back caching for 2.12 .travis
1 parent 0a7550b commit 156d5be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ branches:
1414
- master
1515
- "2.12"
1616

17+
# 2020-08-02, tatu: Let's try caching Maven dependencies (but remove if snapshot builds fail)
18+
cache:
19+
directories:
20+
- $HOME/.m2
21+
1722
# Below this line is configuration for deploying to the Sonatype OSS repo
1823
# https://knowm.org/configure-travis-ci-to-deploy-snapshots/
1924
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"

0 commit comments

Comments
 (0)