From a3e7335e44145a46a9b59c064cf8cf585c4706d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 17 Feb 2014 22:28:15 +0100 Subject: [PATCH] Need selenium support for tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e523f7ce28..8fc053880b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: