Only build master branch and PRs on Travis CI
This commit is contained in:
parent
2b19e1d93f
commit
70c5b898a9
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