Commit 394b18d6 authored by Imran Hussain's avatar Imran Hussain
Browse files

Add the right file...

parent a5e75252
Loading
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
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