Skip to content

Commit 105b474

Browse files
Adding caching to Travis
1 parent 331075f commit 105b474

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
@@ -9,6 +9,11 @@ sudo: false
99
# script for build and release via Travis to Bintray
1010
script: gradle/buildViaTravis.sh
1111

12+
# cache between builds
13+
cache:
14+
directories:
15+
- $HOME/.m2
16+
1217
# secure environment variables for release to Bintray
1318
env:
1419
global:

0 commit comments

Comments
 (0)