Skip to content

Commit

Permalink
Merge pull request #241 from cakephp/speedup
Browse files Browse the repository at this point in the history
Speed up CS run by factor 4
  • Loading branch information
ADmad authored Feb 22, 2019
2 parents 84e5a64 + 29ce712 commit 5aefaeb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ matrix:
- php: 7.2
env: PHPCS=1

before_install:
- phpenv config-rm xdebug.ini

before_script:
- composer install --prefer-source

Expand All @@ -27,5 +30,9 @@ script:
after_success:
- if [[ $PHPCS != 1 && $TRAVIS_PHP_VERSION = 7.1 ]]; then bash <(curl -s https://codecov.io/bash); fi

cache:
directories:
- $HOME/.composer/cache

notifications:
email: false

0 comments on commit 5aefaeb

Please sign in to comment.