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

install nodejs from the main site, debian stable packages are screweed up

parent 264f2e52
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -25,8 +25,9 @@ js-syntax-check:
  script:
   - apt-get clean
   - apt-get update
   - apt-get install -y nodejs
   - ln -s /usr/bin/nodejs /usr/bin/node
#   - 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 -
   - npm install -g jshint        
   - find htdocs/js/ -name *.js ! -name jquery* | xargs -n 1 jshint --verbose