Skip to content

Commit 2c1c236

Browse files
committed
ci: Fix cache configuration
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
1 parent a002d7b commit 2c1c236

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ git:
2424
## We have recursive submodules, don't fetch it automatically
2525
submodules: false
2626

27-
cache:
28-
- $HOME/Software
29-
3027
## The Build Lifecycle
3128
## https://docs.travis-ci.com/user/customizing-the-build/#The-Build-Lifecycle
3229
addons:
@@ -55,6 +52,10 @@ before_script:
5552
script:
5653
- ./build.bash
5754

55+
cache:
56+
directories:
57+
- $HOME/Software
58+
5859
before_deploy:
5960
- ./distribute.bash
6061

0 commit comments

Comments
 (0)