Skip to content

Commit 368fb38

Browse files
authored
Merge pull request spark-jobserver#839 from noorul/noorul_cache_artifacts_in_travis
fix(ci): Cache binary artifacts to avoid repeated downloads
2 parents 852127e + a543ecf commit 368fb38

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
@@ -13,8 +13,12 @@ services:
1313
- docker
1414

1515
cache:
16+
apt: true
1617
directories:
1718
- docker
19+
- $HOME/.m2
20+
- $HOME/.ivy2/cache
21+
- $HOME/.sbt/boot/scala-$TRAVIS_SCALA_VERSION
1822

1923
before_install:
2024
- go get github.com/tonistiigi/buildcache/cmd/buildcache

0 commit comments

Comments
 (0)