From 1182350af3e7e8fdaa8d0b0d56702d6dfc759140 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 21 Aug 2015 16:19:55 +0200 Subject: [PATCH] Add multifilesystem back --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index bd7a0ae..f4443f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,9 @@ env: - BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=devel # Radicale-git with filesystem storage (default) + - BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=multifilesystem REQUIREMENTS=devel + # Radicale-git with multifilesystem storage + #- BUILD=test DAV_SERVER=owncloud REQUIREMENTS=release # Latest ownCloud release