Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Commit

Permalink
Merge pull request #9 from owncloud/fix-travis-branch-stable8
Browse files Browse the repository at this point in the history
Fix the travis target branch and the branches.only setting
  • Loading branch information
DeepDiver1975 committed Feb 25, 2015
2 parents 86513b7 + cdc5c30 commit 11b7e3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,14 +7,15 @@ php:

env:
global:
- CORE_BRANCH=master
- CORE_BRANCH=stable8
- APP_NAME=files_locking
matrix:
- DB=sqlite

branches:
only:
- master
- /^stable\d*$/

before_install:
- wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh
Expand Down

0 comments on commit 11b7e3f

Please sign in to comment.