Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading