[Pkg-owncloud-commits] [php-sabredav] 18/45: When we are testing the oldest version of dependencies, we don't care about *their* unittests.

David Prévot taffit at moszumanska.debian.org
Sat Jan 10 14:20:32 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 90e79c7eb284465199cdfbc33e9f0aa1f3da0fa3
Author: Evert Pot <me at evertpot.com>
Date:   Thu Dec 18 18:05:30 2014 -0500

    When we are testing the oldest version of dependencies, we don't care
    about *their* unittests.
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6d7fe4f..d521044 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,8 +10,8 @@ matrix:
 
 env:
   matrix:
-    - LOWEST_DEPS=""
-    - LOWEST_DEPS="--prefer-lowest"
+    - LOWEST_DEPS="" TEST_DEPS=""
+    - LOWEST_DEPS="--prefer-lowest" TEST_DEPS="Sabre/"
 
 services:
   - mysql
@@ -23,7 +23,7 @@ before_script:
   - composer update --prefer-source $LOWEST_DEPS
 
 script:
-  - ./bin/phpunit --configuration tests/phpunit.xml
+  - ./bin/phpunit --configuration tests/phpunit.xml $TEST_DEPS
 
 notifications:
   irc:

-- 
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