1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Regular tests use PHPUnit

This commit is contained in:
Matthew Brown 2019-06-01 19:14:24 -04:00
parent 385a9b009e
commit 10db8d5402

View File

@ -41,7 +41,7 @@ install:
- if [[ "$DEPS" = 'low' ]]; then travis_retry composer $DEFAULT_COMPOSER_FLAGS --prefer-lowest --prefer-stable update; fi
script:
- vendor/bin/paratest tests
- vendor/bin/phpunit
- ./psalm
# Base test matrix (php/env)