Skip to content
Open
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
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4snapshot
- 7.4
- nightly
before_install:
- phpenv config-rm xdebug.ini || true;
Expand All @@ -14,7 +14,7 @@ install:
- composer update $COMPOSER_FLAGS

script:
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]; then vendor/bin/phpcs; fi
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.4" ]]; then vendor/bin/phpcs; fi
- vendor/bin/phpstan analyse
- vendor/bin/psalm
- vendor/bin/phpunit
Expand Down