[Pkg-owncloud-commits] [php-sabredav] 13/31: Lets see if we can add vobject 3 to the build matrix like this.
David Prévot
taffit at moszumanska.debian.org
Wed Aug 27 22:33:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit d3ced8e035121c25f892c86035dd14e90f4e741f
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Thu Aug 14 14:28:51 2014 -0400
Lets see if we can add vobject 3 to the build matrix like this.
---
.travis.yml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 0113747..9e37bba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,17 +12,19 @@ matrix:
allow_failures:
- php: hhvm
+env:
+ - VOBJECT=2
+ - VOBJECT=3
+
services:
- mysql
before_script:
- mysql -e 'create database sabredav'
- composer self-update
- - composer install --prefer-source
+ - if ["$VOBJECT" == "3"]; then cp tests/composer.vobject3.json composer.json
+ - composer install --prefer-sourc
# - echo "zend.enable_gc=0" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
script:
- phpunit --configuration tests/phpunit.xml
- - cp tests/composer.vobject3.json composer.json
- - composer update --no-dev
- - 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