Loading .gitlab-ci.yml +8 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ stages: before_script: - apt-get clean - apt-get update - apt-get install -y php5-cli - apt-get install -y php5-cli npm - npm install -g jshint php-syntax-check: stage: test Loading @@ -20,6 +21,11 @@ php-syntax-check: - find plugins | xargs -n 1 php -l - find lib | xargs -n 1 php -l js-syntax-check: stage: test script: - find htdocs/js | xargs -n 1 jshint --verbose fake-deploy-beta: stage: deploy script: Loading Loading
.gitlab-ci.yml +8 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ stages: before_script: - apt-get clean - apt-get update - apt-get install -y php5-cli - apt-get install -y php5-cli npm - npm install -g jshint php-syntax-check: stage: test Loading @@ -20,6 +21,11 @@ php-syntax-check: - find plugins | xargs -n 1 php -l - find lib | xargs -n 1 php -l js-syntax-check: stage: test script: - find htdocs/js | xargs -n 1 jshint --verbose fake-deploy-beta: stage: deploy script: Loading