From 972467986eec4e87ed7a8c38a2731121ca47f04a Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 14 Apr 2014 15:28:12 +0200 Subject: [PATCH] Remove radicale/db/release from travis Seriously, this is completely useless. --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3bb2c49..666437d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ env: matrix: - DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=release - DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=devel - - DAV_SERVER=radicale RADICALE_BACKEND=database REQUIREMENTS=release - DAV_SERVER=radicale RADICALE_BACKEND=database REQUIREMENTS=devel - DAV_SERVER=owncloud REQUIREMENTS=release @@ -16,8 +15,3 @@ install: script: - "coverage run --source=vdirsyncer/,tests/ --module pytest" - "travis_retry coveralls" - -matrix: - allow_failures: - # radicale db storage is broken in 0.8, all tests fail - - env: DAV_SERVER=radicale RADICALE_BACKEND=database REQUIREMENTS=release