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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2019-04-12 13:56:53 +0300
committerGitHub <noreply@github.com>2019-04-12 13:56:53 +0300
commit5a717b8a71ccc8f5786874d0b491e55a309f3935 (patch)
treec1671d21cbe25abe61875fd5ccf4dbd6bf12328a
parent5a15767b5d4450b0df82e6abd06689d386443f25 (diff)
parent46a0d915856485e82eb178e9e33222b6450fbb56 (diff)
Merge pull request #320 from nextcloud/update-stable16-target-versionsv16.0.1RC1v16.0.016.0.0RC2
Update stable16 target versions
-rw-r--r--.drone.yml26
-rw-r--r--.travis.yml2
2 files changed, 14 insertions, 14 deletions
diff --git a/.drone.yml b/.drone.yml
index ad2e969..4681850 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,16 +1,16 @@
-clone:
- git:
- image: plugins/git
- depth: 1
+kind: pipeline
+name: vue-build
-pipeline:
- vue-build-check:
+steps:
+ - name: vue-build-check
image: node
commands:
- - ./tests/vue-build.sh ./js/notifications.js
- when:
- matrix:
- TESTS: vue-build-check
-matrix:
- include:
- - TESTS: vue-build-check
+ - ./tests/vue-build.sh ./js/notifications.js
+
+trigger:
+ branch:
+ - master
+ - stable*
+ event:
+ - pull_request
+ - push
diff --git a/.travis.yml b/.travis.yml
index 090bd94..b0e40ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ cache:
env:
global:
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable16
- APP_NAME=notifications
matrix:
- DB=sqlite