smeserver-phpsysinfo/root/opt/phpsysinfo/.travis.yml

19 lines
202 B
YAML

language: php
php:
- 5.2
- 5.3
- 5.4
- 5.5
- 5.6
script: for i in `find . -name "*.php"`; do php -l $i; done;
branches:
only:
- "master"
- "stable"
notifications:
email: false