KLanding/sysinfo/.travis.yml
2015-07-26 08:33:54 +01:00

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