Commit 100fc6cf authored by Imran Hussain's avatar Imran Hussain
Browse files

Try and do some js syntax checking

parent 1e37830a
Loading
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -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
@@ -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: