mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
install PHPunit for HHVM too
This commit is contained in:
parent
baa4b2e455
commit
c73f84c484
@ -42,6 +42,7 @@ before_script:
|
|||||||
composer require 'phpunit/phpunit:~6.3';
|
composer require 'phpunit/phpunit:~6.3';
|
||||||
;;
|
;;
|
||||||
"hhvm")
|
"hhvm")
|
||||||
|
composer require 'phpunit/phpunit:~6.3';
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
#- php -m
|
#- php -m
|
||||||
|
Loading…
Reference in New Issue
Block a user