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

Start trying to do some CI.

Baby steps of CI. Starting out with doing syntax checking on the php.
parent 457405cc
No related branches found
No related tags found
No related merge requests found
image: php 5.4-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
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