From d0a6b88afb34800080b4fc5826f05c5c7f4de684 Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Sun, 29 Oct 2017 23:41:46 +0100 Subject: [PATCH] travis: try dropping cache --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4212d0c420c..fcfb425e0a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,9 +35,5 @@ jobs: - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar - php coveralls.phar --verbose --config tests/.coveralls.yml -cache: - directories: - - $HOME/.composer/cache - notifications: email: never