Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-01-04 15:55:55 +0300
committerbrantje <brantje@gmail.com>2017-01-04 15:55:55 +0300
commited539284be7558dc983f078651a08682a2c4d345 (patch)
tree95151dab5547c38aa0d8b7d2c149b181204ab7fb
parent082887120ee2c6df15e136f0757a7c5fd8eeb355 (diff)
Remove stable11 tests from travis, handled by nextcloud core
-rw-r--r--.travis.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index fa4ae25d..e6f06c97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -96,13 +96,5 @@ matrix:
env: DB=sqlite;CLOUD=owncloud;SERVER_FOLDER=core
- php: 7.0
env: DB=mysql;CLOUD=owncloud;SERVER_FOLDER=core
- - php: 5.6
- env: DB=sqlite;CORE_BRANCH=stable11;
- - php: 5.6
- env: DB=mysql;CORE_BRANCH=stable11;
- - php: 7.0
- env: DB=sqlite;CORE_BRANCH=stable11;
- - php: 7.0
- env: DB=mysql;CORE_BRANCH=stable11;
allow_failures:
- env: DB=sqlite;CODECHECK=2