Commit 5f3d26d1 authored by Imran Hussain's avatar Imran Hussain
Browse files

need curl, doh!

parent c37b71d1
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -27,7 +27,8 @@ js-syntax-check:
   - apt-get update
#   - apt-get install -y nodejs
#   - ln -s /usr/bin/nodejs /usr/bin/node
   - curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
   - apt-get install curl
   - curl -sL https://deb.nodesource.com/setup_8.x | bash -
   - npm install -g jshint        
   - find htdocs/js/ -name *.js ! -name jquery* | xargs -n 1 jshint --verbose