.travis.yml: change "cache" yaml syntax

This commit is contained in:
Max Kellermann 2019-12-24 10:17:35 +01:00
parent 744bd1eadc
commit 5684025847
1 changed files with 2 additions and 2 deletions

View File

@ -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}"