[Pkg-owncloud-commits] [php-sabredav] 09/45: Testing with --prefer-lowest.
David Prévot
taffit at moszumanska.debian.org
Sat Jan 10 14:20:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 453d51f0c438a3c8e4e7c5603ddda99cce036b1c
Author: Evert Pot <me at evertpot.com>
Date: Thu Dec 18 17:06:39 2014 -0500
Testing with --prefer-lowest.
---
.travis.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 9c98702..b4d447f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,11 +15,15 @@ matrix:
services:
- mysql
+env:
+ matrix:
+ - LOWEST_DEPS=""
+ - LOWEST_DEPS="--prefer-lowest"
+
before_script:
- mysql -e 'create database sabredav'
- composer self-update
- - composer install --prefer-source
-# - echo "zend.enable_gc=0" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
+ - composer install $LOWEST_DEPS
script:
- phpunit --configuration tests/phpunit.xml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list