Commit 9211229c authored by Imran Hussain's avatar Imran Hussain
Browse files

Nasty hack to work around debian calling node.js by it's name and not just node

parent 100fc6cf
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ before_script:
   - apt-get clean
   - apt-get update
   - apt-get install -y php5-cli npm
   - ln -s /usr/bin/nodejs /usr/bin/node
   - npm install -g jshint

php-syntax-check: