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
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
# Stop default database instances here to avoid port conflicts.
|
||||
before_script:
|
||||
- sudo service mysql stop
|
||||
|
|
Reference in a new issue