Commit 6a1c33c3 authored by Imran Hussain's avatar Imran Hussain
Browse files

tell ci to install git in the docker container

parent b6b12bb8
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ image: php:5.4-cli

syntax:
  script:
  - apt get install -y git
  - php -l htdocs/index.php
  - php -l components/*.php
  - php -l plugins/*.php