.travis.yml: Enable multiple caching features

Using the 'multiple caching features' means explode the YAML array,
thus it eases the git workflow (it is easier to move patches around).

See https://docs.travis-ci.com/user/caching#enabling-multiple-caching-features

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20170809202712.6951-4-f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2019-09-03 15:26:40 +02:00 committed by Alex Bennée
parent 412aeacdc7
commit 4bc629b2fb
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ dist: xenial
language: c
compiler:
- gcc
cache: ccache
cache:
ccache: true
addons: