Update .travis.yml

Let Travis build branches master and gh-pages only
This commit is contained in:
Daniel Rudolf 2015-10-29 00:37:59 +01:00
parent 43f9590d5e
commit a068850578

View file

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