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:
Daniel Rudolf 2015-10-29 01:19:43 +01:00
parent 638638f5a4
commit f1fc4c979e

View File

@ -8,11 +8,6 @@ php:
- hhvm
- nightly
branches:
only:
- master
- gh-pages
script:
- find . -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null