From f7610b37dc4f2d8f04fc0a92fcc27428c31d3675 Mon Sep 17 00:00:00 2001 From: Chirayu Chiripal Date: Sun, 31 Aug 2014 15:13:45 +0530 Subject: [PATCH] install composer packages for hhvm also Signed-off-by: Chirayu Chiripal --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c8ae217a29..3001e4a4c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,9 @@ before_script: - export PATH=~/.composer/vendor/bin/:$PATH - mysql -uroot -e "SET PASSWORD = PASSWORD('$TESTSUITE_PASSWORD')" ; - set -e ; if [[ -z "$LINT" ]] ; then + + composer install --dev --no-interaction ; + if [[ $TRAVIS_PHP_VERSION != "hhvm" ]] ; then if [[ $TRAVIS_PHP_VERSION != "5.6" ]] ; then @@ -37,8 +40,6 @@ before_script: phpenv config-add test/travis.php.ini ; fi - composer install --dev --no-interaction ; - wget https://scrutinizer-ci.com/ocular.phar ; fi ;