summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-12-24 10:17:35 +0100
committerMax Kellermann <max@musicpd.org>2019-12-24 10:17:35 +0100
commit568402584701e1c257d068524b9a81abe28c4447 (patch)
treee675aa8111aba152a2310fa95df46428973339a2 /.travis.yml
parent744bd1eadc0567563fc551ebb4f237134a51f905 (diff)
.travis.yml: change "cache" yaml syntax
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c0bbb7c00..ebf733c5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -81,8 +81,8 @@ matrix:
- MATRIX_EVAL="export PATH=/usr/local/opt/ccache/libexec:$PATH"
cache:
- - apt
- - ccache
+ apt: true
+ ccache: true
before_install:
- eval "${MATRIX_EVAL}"