From 565ef2e96e724efe052b695790667ebc3a6b4f87 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 19 Aug 2015 00:59:25 +0200 Subject: [PATCH] xfail owncloud, #255 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a0cd24c..bd7a0ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ env: - BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=devel # Radicale-git with filesystem storage (default) - - BUILD=test DAV_SERVER=owncloud REQUIREMENTS=release + #- BUILD=test DAV_SERVER=owncloud REQUIREMENTS=release # Latest ownCloud release - BUILD=test DAV_SERVER=baikal REQUIREMENTS=release