mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-10-31 21:33:00 +00:00
13 lines
172 B
YAML
13 lines
172 B
YAML
language: php
|
|
|
|
php:
|
|
- 7.1
|
|
- 7.2
|
|
- 7.3
|
|
- nightly
|
|
|
|
before_script:
|
|
- ./build.sh build
|
|
- ls modules/*.php | xargs -n 1 php -l
|
|
|
|
script: php -l build/index.php
|