From 0d81130ef2cd0a2997b45f6a967c9f9bc089b927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Szab=C3=B3?= Date: Mon, 18 May 2020 12:33:35 +0200 Subject: [PATCH] Disable travis build cache Periodically the travis build cache gets poisoned and needs to be cleared manually. Due to the low volume of activity here these days, let's disable it altogether. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4390879a3841..c774d256886d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,10 +29,5 @@ script: - git diff $TRAVIS_BRANCH..HEAD --name-only --diff-filter ACMRT | grep \.php$ | grep -Ev '(lib/composer|lib/Swagger|/templates/)' | xargs -n 1 php -l - cd tests && ./php-tests.sh -# cache compiled version of pecl extensions -cache: - directories: - - /home/travis/.phpenv - notifications: email: false