From ea75d6b4b181da084544451b4f6493478b99dc65 Mon Sep 17 00:00:00 2001 From: Mikulas Date: Sun, 19 Jul 2015 17:41:10 +0200 Subject: [PATCH] CI: update composer version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f348ab..c017996 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ before_script: - mysql -e 'CREATE DATABASE nextras_migrations_test;' - mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql - - composer install --no-interaction + - if [ "$TRAVIS_PHP_VERSION" == "hhvm" -o "$TRAVIS_PHP_VERSION" == "hhvm-nightly" ]; then phpenv global php; composer install --no-interaction; phpenv global hhvm; fi script: - ./tests/run.sh $NTESTER_FLAGS ./tests/cases