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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-12-10 11:35:53 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-12-10 11:35:53 +0300
commit718fd764fdfbd537f6015b97d022c2b2252bff9f (patch)
treebfae4073847e4f8f1eb317791a4570e4e5a5ee91 /.travis.yml
parentea4722cd73ac827a99a584a6b70536d67ef084db (diff)
Don't test master against old owncloud branches
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 0291c5b..7c6415b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,10 +39,4 @@ script:
- php ocular.phar code-coverage:upload --format=php-clover clover.xml
matrix:
- include:
- - php: 5.4
- env: "DB=mysql CORE_BRANCH=stable8"
- - php: 5.4
- env: "DB=mysql CORE_BRANCH=stable8.1"
-
fast_finish: true