Update .travis.yml
Let Travis build branches master and gh-pages only
This commit is contained in:
parent
43f9590d5e
commit
a068850578
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ php:
|
||||||
- hhvm
|
- hhvm
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- gh-pages
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- find . -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null
|
- find . -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue