Commit 99bd275b authored by Laurence Sebastian Bowes's avatar Laurence Sebastian Bowes
Browse files

Hopefully this fixes it

parent d21905a6
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ js-syntax-check:
   - apt-get install -y curl gnupg
   - curl -sL https://deb.nodesource.com/setup_8.x | bash -
   - apt-get install -y nodejs
   - apt-get install -y npm
   - npm install -g jshint        
   - find htdocs/js/ -name *.js ! -name jquery* | xargs -n 1 jshint --verbose