Commit 43ea7d60 authored by Imran Hussain's avatar Imran Hussain
Browse files

the script to install nodejs DOESN'T INSTALL NODEJS!

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