From 061d673436f4862ee16f65b2ebdd36dc1a85f1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Macias?= Date: Fri, 22 Aug 2014 10:50:51 +0200 Subject: [PATCH] Use composer in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c5a8542f..10fcaf4e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ php: before_script: - sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;' - - git submodule update --init --recursive + - composer install script: - php data/bin/check_configuration.php