Skip to content
Snippets Groups Projects
Commit 84780e5d authored by Imran Hussain's avatar Imran Hussain
Browse files

need curl, doh!

parent aa48cb72
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,8 @@ js-syntax-check: ...@@ -27,7 +27,8 @@ js-syntax-check:
- apt-get update - apt-get update
# - apt-get install -y nodejs # - apt-get install -y nodejs
# - ln -s /usr/bin/nodejs /usr/bin/node # - ln -s /usr/bin/nodejs /usr/bin/node
- curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - - apt-get install curl
- curl -sL https://deb.nodesource.com/setup_8.x | bash -
- npm install -g jshint - npm install -g jshint
- find htdocs/js/ -name *.js ! -name jquery* | xargs -n 1 jshint --verbose - find htdocs/js/ -name *.js ! -name jquery* | xargs -n 1 jshint --verbose
......
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