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

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-04-12 15:38:46 +0300
committerGitHub <noreply@github.com>2019-04-12 15:38:46 +0300
commit8fbb12763cd30c16cc177b9dbd9bf7cb84af95e1 (patch)
tree245c35b3b64626ec8c853ce798c5123299824eed
parent8ed7474280caa7d09a7ebc0e54d92b31964633a3 (diff)
parentd29fe3607e6dc85766a726ac530f24ef209fbfe5 (diff)
Merge pull request #127 from nextcloud/update-stable16-target-versionsv16.0.016.0.0RC2
Update stable16 target versions
-rw-r--r--.drone.yml24
-rw-r--r--.travis.yml2
2 files changed, 1 insertions, 25 deletions
diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index ecb0a24..0000000
--- a/.drone.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-clone:
- git:
- image: plugins/git
- depth: 1
-
-pipeline:
- signed-off-check:
- image: nextcloudci/php7.1:php7.1-16
- environment:
- - APP_NAME=files_pdfviewer
- - CORE_BRANCH=master
- - DB=sqlite
- commands:
- - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- - cd ../server
- - php ./build/signed-off-checker.php
- secrets: [ github_token ]
- when:
- matrix:
- TESTS: signed-off-check
-matrix:
- include:
- - TESTS: signed-off-check
diff --git a/.travis.yml b/.travis.yml
index 57b2232..ad99306 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ php:
env:
global:
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable16
- APP_NAME=files_pdfviewer
matrix:
- DB=sqlite