Procházet zdrojové kódy

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 před 9 roky
rodič
revize
f1fc4c979e
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  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