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

That didn't work so lets go back to using the default ruby image and test php against php7

parent e9f4c2f2
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# specify what docker image
# go with the default image for now and mangle it
image: debian:jessie
#image: debian:jessie

stages:
  - test
@@ -14,7 +14,7 @@ php-syntax-check:
  script:
   - apt-get clean
   - apt-get update
   - apt-get install -y php5-cli        
   - apt-get install -y php-cli
   - php -l htdocs/index.php
   - find components -name *.php | xargs -n 1 php -l
   - find plugins -name *.php | xargs -n 1 php -l