Skip to content
Snippets Groups Projects
Commit 394b18d6 authored by Imran Hussain's avatar Imran Hussain
Browse files

Add the right file...

parent a5e75252
No related branches found
No related tags found
1 merge request!38Stick the ci stuff in the beta branch
Pipeline #
image: php 5.4-cli
before_script:
- apt-get clean
- apt-get update
- apt-get install -y php5-cli
syntax:
script:
- php -l htdocs/index.php
- php -l components/*.php
- php -l plugins/*.php
- php -l lib/*.php
\ No newline at end of file
- find components | xargs -n 1 php -l
- find plugins | xargs -n 1 php -l
- find lib | xargs -n 1 php -l
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment