From e128147935838edeafefb8c3eeab4f0569859749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 26 Mar 2014 14:02:07 +0100 Subject: [PATCH] Simplify .travis.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb949a3db7..18819b3b62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,12 @@ before_install: - sudo apt-get update -qq - sudo apt-get install -qq ant before_script: - - if [[ $TRAVIS_PHP_VERSION != "hhvm" ]] ; then git clone git://github.com/zenovich/runkit.git && cd runkit && phpize && ./configure && make && make install && cd .. ; fi - - if [[ $TRAVIS_PHP_VERSION != "hhvm" ]] ; then phpenv config-add test/travis.php.ini ; fi - - if [[ $TRAVIS_PHP_VERSION != "hhvm" ]] ; then pear channel-discover pear.phpunit.de ; fi - - if [[ $TRAVIS_PHP_VERSION != "hhvm" ]] ; then pear install phpunit/PHPUnit_Selenium ; fi + - if [[ $TRAVIS_PHP_VERSION != "hhvm" ]] ; then + git clone git://github.com/zenovich/runkit.git && cd runkit && phpize && ./configure && make && make install && cd .. ; + phpenv config-add test/travis.php.ini ; + pear channel-discover pear.phpunit.de ; + pear install phpunit/PHPUnit_Selenium ; + fi - composer install --dev --no-interaction script: - ./scripts/generate-mo --quiet