Skip to content

Commit 8cf9308

Browse files
committed
Enable local build cache on Travis
Signed-off-by: Paul Merlin <paul@gradle.com>
1 parent 67f99cb commit 8cf9308

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
@@ -9,7 +9,7 @@ matrix:
99
sudo: required
1010
jdk: openjdk11
1111

12-
script: ./gradlew check --info --stacktrace --console=plain --max-workers=1 --no-daemon -Dkotlin.colors.enabled=false
12+
script: ./gradlew check --info --stacktrace --console=plain --max-workers=1 --no-daemon --build-cache -Dkotlin.colors.enabled=false
1313

1414
before_cache:
1515
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock

0 commit comments

Comments
 (0)