diff options
author | Max Kellermann <max@musicpd.org> | 2019-12-24 10:17:35 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-12-24 10:17:35 +0100 |
commit | 568402584701e1c257d068524b9a81abe28c4447 (patch) | |
tree | e675aa8111aba152a2310fa95df46428973339a2 /.travis.yml | |
parent | 744bd1eadc0567563fc551ebb4f237134a51f905 (diff) |
.travis.yml: change "cache" yaml syntax
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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}" |