Skip to content

Commit c5431cc

Browse files
committed
fix travis-ci cache directories setting
1 parent 3f15c23 commit c5431cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sudo: false
1414
cache:
1515
directories:
1616
- $HOME/.ivy2/cache
17-
- $HOME/.sbt/boot/scala-$TRAVIS_SCALA_VERSION
17+
- $HOME/.sbt/launchers
1818

1919
scala:
2020
- 2.12.8

0 commit comments

Comments
 (0)