Skip to content

Commit ea3ff0d

Browse files
committed
caching maven directory
1 parent 57e1e37 commit ea3ff0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ install:
1616
before_script:
1717
- mvn install:install-file -Dfile=$TRAVIS_BUILD_DIR/libs/java-crypto-conditions-2.0.0-SNAPSHOT.jar -DgroupId=org.interledger -DartifactId=java-crypto-conditions -Dversion=2.0.0-SNAPSHOT -Dpackaging=jar
1818

19+
cache:
20+
directories:
21+
- $HOME/.m2
22+
1923
branches:
2024
only:
2125
- master

0 commit comments

Comments
 (0)