Pepperminty-Wiki/.travis.yml

13 lines
163 B
YAML
Raw Permalink Normal View History

2015-09-19 10:00:30 +00:00
language: php
php:
- 7.3
2020-01-12 12:01:21 +00:00
- 7.4
- nightly
2015-09-19 10:00:30 +00:00
2015-09-21 14:18:55 +00:00
before_script:
2019-01-06 11:42:06 +00:00
- ./build.sh build
2015-09-21 14:18:55 +00:00
- ls modules/*.php | xargs -n 1 php -l
2015-09-19 10:00:30 +00:00
script: php -l build/index.php