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

Disable travis build cache #17909

Merged
merged 1 commit into from
May 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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