Skip to content

Commit

Permalink
Update Travis CI development tools path
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipxe13 committed Apr 8, 2020
1 parent 7568bf8 commit 4a5af6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ php: ["7.3", "7.4"]
before_script:
- phpenv config-rm xdebug.ini || true
- travis_retry composer install --no-interaction --no-progress --prefer-dist
- travis_retry composer dev:install
- composer dev:install

script:
- vendor/bin/phpcs -sp src/ tests/
- vendor/bin/php-cs-fixer fix --dry-run --verbose
- tools/phpcs -sp src/ tests/
- tools/php-cs-fixer fix --dry-run --verbose
- vendor/bin/phpunit --verbose
- vendor/bin/phpstan analyse --no-progress --level max src/ tests/
- vendor/bin/psalm --no-progress
- tools/phpstan analyse --no-progress --level max src/ tests/
- tools/psalm --no-progress

notifications:
email:
Expand Down

0 comments on commit 4a5af6b

Please sign in to comment.