Skip to content

Commit 49f5f5a

Browse files
committed
Merge pull request apache#35 from shivaram/master
Cache sbt dependencies in travis.yml
2 parents 4ebced2 + 3eb5ad3 commit 49f5f5a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@ install:
1616
script:
1717
- ./run-tests.sh
1818

19-
on_failure:
19+
cache:
20+
directories:
21+
- $HOME/.m2
22+
- $HOME/.ivy2
23+
- $HOME/.sbt
24+
25+
after_failure:
2026
- ./travis-tool.sh dump_logs

0 commit comments

Comments
 (0)