Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cache:

env:
global:
- CORE_BRANCH=master
- CORE_BRANCH=stable16
- APP_NAME=notifications
matrix:
- DB=sqlite
Expand Down