From accedcf166ef2509358627ea38efb15028b28d55 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Thu, 11 Feb 2016 11:49:29 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0ff76d..f1d5cb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ php: env: matrix: - - PREFER_LOWEST="--prefer-lowest" - - PREFER_LOWEST="" + - COMPOSER_FLAGS="--prefer-lowest" + - COMPOSER_FLAGS="" before_script: - travis_retry composer self-update