Update .travis.yml

Let Travis build branches master and gh-pages only
pico-3.0-alpha
Daniel Rudolf 10 years ago
parent 43f9590d5e
commit a068850578
  1. 5
      .travis.yml

@ -8,6 +8,11 @@ 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