[Pkg-owncloud-commits] [php-sabre-vobject] 02/18: Travis doesn't have PHP 5.5.10 (yet), so for now we're just adding it to allowed_failures.
David Prévot
taffit at moszumanska.debian.org
Mon Mar 31 01:19:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 2.1
in repository php-sabre-vobject.
commit 45539f4221f7e82f1c93eb09cbf4979aeb2afea0
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Sun Mar 30 15:57:27 2014 -0400
Travis doesn't have PHP 5.5.10 (yet), so for now we're just adding it to
allowed_failures.
---
.travis.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 09aa3d0..3dd10d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,10 @@ php:
- 5.5.10
- 5.6
+matrix:
+ allowed_failures:
+ php: 5.5.10
+
script: phpunit --configuration tests/phpunit.xml
before_script: composer install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list