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.
pico-3.0-alpha
Daniel Rudolf 10 years ago
parent 638638f5a4
commit f1fc4c979e
  1. 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

Loading…
Cancel
Save