From f1fc4c979e67c1d107cc24d91893eb59ea85b87a Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Thu, 29 Oct 2015 01:19:43 +0100 Subject: [PATCH] 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. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6862e64..8ff8b12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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