Skip to content
Snippets Groups Projects
Commit 3669d4c2 authored by Erick Hitter's avatar Erick Hitter
Browse files

More Composer fun

parent 23e9870f
No related branches found
No related tags found
1 merge request!7Bump WP compatibility
Checking pipeline status
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
...@@ -17,8 +17,10 @@ before_script: ...@@ -17,8 +17,10 @@ before_script:
- | - |
if [[ $(php -v) =~ "PHP 7." ]]; then if [[ $(php -v) =~ "PHP 7." ]]; then
composer global require "phpunit/phpunit=6.1.*" composer global require "phpunit/phpunit=6.1.*"
else elif [[ $(php -v) =~ "PHP 5.6" ]]; then
composer global require "phpunit/phpunit=5.4.*" composer global require "phpunit/phpunit=5.4.*"
else
composer global require "phpunit/phpunit=4.8.*"
fi fi
PHPunit:PHP5.3:MySQL: PHPunit:PHP5.3:MySQL:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment