Merge pull request #3113 from bison/travis-branches
Only build master branch and PRs on Travis CI
This commit is contained in:
commit
0b0bd156f7
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ services:
|
||||||
|
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
# Stop default database instances here to avoid port conflicts.
|
# Stop default database instances here to avoid port conflicts.
|
||||||
before_script:
|
before_script:
|
||||||
- sudo service mysql stop
|
- sudo service mysql stop
|
||||||
|
|
Reference in a new issue