ensuring all PHP versions use the same phpunit from composer in travis CI and documented this alternative in the README
This commit is contained in:
@@ -9,7 +9,7 @@ before_script:
|
||||
- composer install -n
|
||||
|
||||
script:
|
||||
- cd tst && phpunit
|
||||
- cd tst && ../vendor/phpunit/phpunit/phpunit
|
||||
|
||||
after_script:
|
||||
- cd ..
|
||||
|
||||
Reference in New Issue
Block a user