Skip to content

Commit

Permalink
Adjust CORE_BRANCH
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Kunze committed Jan 10, 2019
1 parent 6fca826 commit 50552d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=files_trackdownloads
- CORE_BRANCH=master
- CORE_BRANCH=stable15
- DB=sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:

env:
global:
- CORE_BRANCH=master
- CORE_BRANCH=stable15
- APP_NAME=files_trackdownloads
matrix:
- DB=sqlite
Expand Down

0 comments on commit 50552d5

Please sign in to comment.