Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 0d81130

Browse files
authoredMay 18, 2020
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.
1 parent 21b8e24 commit 0d81130

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎.travis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,5 @@ script:
2929
- git diff $TRAVIS_BRANCH..HEAD --name-only --diff-filter ACMRT | grep \.php$ | grep -Ev '(lib/composer|lib/Swagger|/templates/)' | xargs -n 1 php -l
3030
- cd tests && ./php-tests.sh
3131

32-
# cache compiled version of pecl extensions
33-
cache:
34-
directories:
35-
- /home/travis/.phpenv
36-
3732
notifications:
3833
email: false

0 commit comments

Comments
 (0)
This repository has been archived.