From 48e6e06495c6f5cddcecd5c2c55f95b3565edd90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Mo=CC=88ller?= Date: Tue, 14 Jul 2015 16:08:26 -0400 Subject: [PATCH] Fix: Prefer installation from dist, rather than source --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 567b40f..20fe4ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ cache: before_script: - composer self-update - - composer install --prefer-source --no-interaction + - composer install --prefer-dist --no-interaction script: - phpunit