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:
-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