mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-13 01:23:01 +00:00
12 lines
160 B
YAML
12 lines
160 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.6
|
|
- nightly
|
|
|
|
before_script:
|
|
- php build.php
|
|
- ls modules/*.php | xargs -n 1 php -l
|
|
|
|
script: php -l build/index.php
|