Need selenium support for tests

This commit is contained in:
Michal Čihař 2014-02-17 22:28:15 +01:00
parent 35187a58a7
commit a3e7335e44

View File

@ -9,6 +9,7 @@ before_install:
before_script:
- git clone git://github.com/zenovich/runkit.git && cd runkit && phpize && ./configure && make && make install && cd ..
- phpenv config-add test/travis.php.ini
- pear install phpunit/PHPUnit_Selenium
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev --no-interaction
script: