Commit a5e75252 authored by Imran Hussain's avatar Imran Hussain
Browse files

Add CI to sucs-site project.

Currently only checks to see if the php is valid.
parent 457405cc
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
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