Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
divineniiquaye committed Aug 22, 2020
1 parent 2c3a3ce commit 8fef984
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -13,13 +13,15 @@ matrix:
fast_finish: true

before_install:
- composer self-update
- composer self-update --preview

install:
- composer update --no-interaction

script:
- ./vendor/bin/phpcs
- ./vendor/bin/phpstan
- ./vendor/bin/psalm
- ./vendor/bin/phpunit --coverage-clover=coverage.xml

after_success:
Expand Down

0 comments on commit 8fef984

Please sign in to comment.