Browse Source

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.
Daniel Rudolf 9 years ago
parent
commit
f1fc4c979e
1 changed files with 0 additions and 5 deletions
  1. 0 5
      .travis.yml

+ 0 - 5
.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