Pepperminty-Wiki/.travis.yml

13 lines
160 B
YAML
Raw Normal View History

2015-09-19 10:00:30 +00:00
language: php
php:
- 5.5
- 5.6
- nightly
2015-09-19 10:00:30 +00:00
2015-09-21 14:18:55 +00:00
before_script:
- php build.php
- ls modules/*.php | xargs -n 1 php -l
2015-09-19 10:00:30 +00:00
script: php -l build/index.php