fix travis conf
This commit is contained in:
parent
81b2b718ee
commit
fca4823319
1 changed files with 3 additions and 3 deletions
|
@ -48,9 +48,9 @@ before_script:
|
||||||
echo "Using PHPUnit 6.x"
|
echo "Using PHPUnit 6.x"
|
||||||
composer global require "phpunit/phpunit:^6"
|
composer global require "phpunit/phpunit:^6"
|
||||||
;;
|
;;
|
||||||
5.6|5.5|5.4|5.3)
|
5.6)
|
||||||
echo "Using PHPUnit 4.x"
|
echo "Using PHPUnit 5.x"
|
||||||
composer global require "phpunit/phpunit:^4"
|
composer global require "phpunit/phpunit:^5"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "No PHPUnit version handling for PHP version $TRAVIS_PHP_VERSION"
|
echo "No PHPUnit version handling for PHP version $TRAVIS_PHP_VERSION"
|
||||||
|
|
Loading…
Reference in a new issue