Commit cfc77876 authored by Imran Hussain's avatar Imran Hussain
Browse files

nodejs install that is supposed to install deps doesn't actually do so, install gnupg manually

parent 270d2208
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ js-syntax-check:
   - apt-get update
#   - apt-get install -y nodejs
#   - ln -s /usr/bin/nodejs /usr/bin/node
   - apt-get install -y curl
   - apt-get install -y curl gnupg
   - 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