Revert commit a068850
According to travis-ci/travis-ci#2111 and some own testing, it isn't possible to combine branch whitelists with tag-based auto deployment. Unfortunately it is necessary to whitelist the gh-pages branch, because Travis implicitly blacklists it.
This commit is contained in:
parent
638638f5a4
commit
f1fc4c979e
@ -8,11 +8,6 @@ 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…
x
Reference in New Issue
Block a user