Pepperminty-Wiki/.travis.yml

14 lines
172 B
YAML
Raw Normal View History

2015-09-19 10:00:30 +00:00
language: php
php:
2017-05-13 16:03:11 +00:00
- 7.1
- 7.2
- 7.3
- 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