There was an error while loading. Please reload this page.
1 parent 57e1e37 commit ea3ff0dCopy full SHA for ea3ff0d
.travis.yml
@@ -16,6 +16,10 @@ install:
16
before_script:
17
- 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
18
19
+cache:
20
+ directories:
21
+ - $HOME/.m2
22
+
23
branches:
24
only:
25
- master
0 commit comments