From a0590939b7464c90a427b19d7768cda47f26e14c Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Sun, 20 Aug 2017 00:12:22 +0200 Subject: [PATCH] Cache on or off didn't matter --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6417a9..180acb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: php ## Cache composer bits -#cache: -# directories: -# - $HOME/.composer/cache/files +cache: + directories: + - $HOME/.composer/cache/files ## Build matrix for lowest and highest possible targets matrix: