1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-02-26 23:54:25 +01:00

Fix the travis target branch and the branches.only setting

This commit is contained in:
Joas Schilling 2015-02-24 18:28:46 +01:00
parent cb429ad274
commit a8c63ba77a

View File

@ -7,7 +7,7 @@ php:
env: env:
global: global:
- CORE_BRANCH=master - CORE_BRANCH=stable8
- APP_NAME=bookmarks - APP_NAME=bookmarks
matrix: matrix:
@ -16,7 +16,7 @@ env:
branches: branches:
only: only:
- master - master
- stable7 - /^stable\d*$/
before_install: before_install:
# - composer install # - composer install