Merge pull request #3113 from bison/travis-branches

Only build master branch and PRs on Travis CI
This commit is contained in:
Brad Ison 2018-06-13 14:24:47 -04:00 committed by GitHub
commit 0b0bd156f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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