Travis should create branch builds only for master
This commit is contained in:
parent
ca10240397
commit
2098ad0516
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue