Skip to content

Commit

Permalink
Updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Feb 8, 2020
1 parent eef3bef commit b861dad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ services:
- redis-server

before_install:
- phpenv config-rm xdebug.ini || true
- travis_retry composer self-update
- printf "\n" | pecl install -f apcu-5.1.18 apcu_bc-1.0.5
- phpenv config-add travis.ini

install:
- "[[ $COMPOSER_PREFER == 'lowest' ]] && composer update --prefer-lowest || composer update"

before_script:
- vendor/bin/php-cs-fixer fix --diff --dry-run
- vendor/bin/psalm

script: vendor/bin/phpunit --coverage-text

0 comments on commit b861dad

Please sign in to comment.