Pepperminty-Wiki/.travis.yml

13 lines
160 B
YAML
Raw Normal View History

2015-09-19 10:00:30 +00:00
language: php
php:
2016-03-21 18:31:03 +00:00
- 7.0
2017-05-13 16:03:11 +00:00
- 7.1
- 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