[Pkg-owncloud-commits] [php-sabredav] 81/220: travis: prefer-dist as newly recommended by composer

David Prévot taffit at moszumanska.debian.org
Thu May 12 01:21:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit d78a2c3e978f5794dcc24903a53b9cb8f913f287
Author: Markus Staab <maggus.staab at googlemail.com>
Date:   Mon Mar 14 14:40:09 2016 +0100

    travis: prefer-dist as newly recommended by composer
    
    https://twitter.com/seldaek/status/708236348281495552
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ea1325e..571c939 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ before_script:
   - mysql -e 'create database sabredav'
   - phpenv config-rm xdebug.ini
   #  - composer self-update
-  - composer update --prefer-source $LOWEST_DEPS
+  - composer update --prefer-dist $LOWEST_DEPS
 
 script:
   - ./bin/phpunit --configuration tests/phpunit.xml $TEST_DEPS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list