Test do not work anymore on the new Travis CI platform.
Pear is not supported on the new Travis platform, composer is used instead. Addons is used for getting Firefox. Changed phpunit call.
Showing
{ | ||
"require": { | ||
"phpunit/phpunit-selenium": ">=1.2", | ||
"phpunit/phpunit": "4.4.*", | ||
"phpunit/php-invoker": "*", | ||
"phpunit/phpunit-selenium": "1.4.2", | ||
"phpunit/phpunit": "4.4.5", | ||
"phpunit/php-invoker": "1.1.4", | ||
"phpunit/dbunit": "2.0.2", | ||
"phpunit/phpunit-story": "1.0.2", | ||
"phpunit/dbunit": "*", | ||
"phpunit/phpunit-story": "*", | ||
"sebastian/comparator": "~1.0", | ||
... | ... |
Please register or sign in to comment