Travis should create branch builds only for master

This commit is contained in:
Rodrigo Primo 2019-03-13 16:32:20 -03:00
parent ca10240397
commit 2098ad0516
1 changed files with 5 additions and 0 deletions

View File

@ -11,3 +11,8 @@ before_script:
script:
- ./vendor/bin/phpcs -s -n -p *
# Specifies that Travis should create branch builds only for master.
branches:
only:
- master