From 1ae770ca1ba79cb326415791da364a671d16354b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 4 Dec 2014 13:56:13 +0100 Subject: [PATCH] Move composer setup to separate phase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00db052b3a..0fe9982fde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,10 +28,9 @@ env: before_script: - export PATH=~/.composer/vendor/bin/:$PATH - mysql -uroot -e "SET PASSWORD = PASSWORD('$TESTSUITE_PASSWORD')" ; + - composer install --dev --no-interaction - set -e ; if [[ -z "$LINT" ]] ; then - composer install --dev --no-interaction ; - if [[ $TRAVIS_PHP_VERSION != "hhvm" ]] ; then git clone --depth=1 git://github.com/zenovich/runkit.git ;