Install all testing deps by composer
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
0963473b34
commit
0ace239d8d
@ -34,9 +34,6 @@ before_script:
|
||||
|
||||
phpenv config-add test/travis.php.ini ;
|
||||
|
||||
pear channel-discover pear.phpunit.de ;
|
||||
pear install phpunit/PHPUnit_Selenium ;
|
||||
|
||||
composer install --dev --no-interaction ;
|
||||
|
||||
fi ;
|
||||
|
||||
@ -22,6 +22,8 @@
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"satooshi/php-coveralls": ">=0.6"
|
||||
"satooshi/php-coveralls": ">=0.6",
|
||||
"phpunit/phpunit": ">=3.7",
|
||||
"phpunit/phpunit-selenium": ">=1.2"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user