Skip to content

Commit f6e5f31

Browse files
committed
Merge pull request #128 from owncloud/fix-travis-branch-stable8
Fix the travis target branch and the branches.only setting
2 parents cb429ad + a8c63ba commit f6e5f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ php:
77

88
env:
99
global:
10-
- CORE_BRANCH=master
10+
- CORE_BRANCH=stable8
1111
- APP_NAME=bookmarks
1212

1313
matrix:
@@ -16,7 +16,7 @@ env:
1616
branches:
1717
only:
1818
- master
19-
- stable7
19+
- /^stable\d*$/
2020

2121
before_install:
2222
# - composer install

0 commit comments

Comments
 (0)