Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment