aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2017-08-02 17:43:26 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-08-02 22:20:57 +0300
commit4537d096721a753086592ed5a989beab5647bcfa (patch)
tree24a72031d02d43a87cb5504874ab0f40d5abd110
parent93cbd8caf4ab5ccf22c092d42df4028969ed8a7b (diff)
travis: another attempt to fix cache configurationpacket-diagram-fix
According to Travis CI documentation (https://docs.travis-ci.com/user/caching/#Enabling-multiple-caching-features) using cache features with directories requires hash map configuration. Adopt this configuration style to enable directories together with other caching modes. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6da2a858e..d750af1d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,9 +56,9 @@ compiler:
- clang-3.8
cache:
- - ccache
- - pip
- - directories:
+ ccache: true
+ pip: true
+ directories:
- dpdk
- netmap
- $HOME/cunit-install