From 7fb656e24789f61e3522ae40ff205d1da95f347b Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 10 Aug 2014 04:06:23 +0530 Subject: [PATCH] Update travis config to speed up builds. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32650f0c723..1f52cf1651d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ matrix: before_script: - composer self-update - - composer install --prefer-source --no-interaction --dev + - composer install --prefer-dist --no-interaction --dev - sh -c "if [ '$PHPCS' != '1' ]; then sudo locale-gen de_DE; fi" - sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi" - sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test2;'; fi"