mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-25 17:23:00 +00:00
Update Travis CI config
This commit is contained in:
parent
a7b258236c
commit
f5d00d9f0e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ php:
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- php build.php
|
- ./build.sh build
|
||||||
- ls modules/*.php | xargs -n 1 php -l
|
- ls modules/*.php | xargs -n 1 php -l
|
||||||
|
|
||||||
script: php -l build/index.php
|
script: php -l build/index.php
|
||||||
|
|
Loading…
Reference in a new issue