Only build master branch and PRs on Travis CI

This commit is contained in:
Brad Ison 2018-06-13 14:22:15 -04:00
parent 2b19e1d93f
commit 70c5b898a9
No known key found for this signature in database
GPG key ID: 972D14B0BE6DE287

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