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

forgot a -y

parent 84780e5d
No related branches found
No related tags found
4 merge requests!71Tidy up branches (3/3),!68Beta into Live,!64Merge Beta with release,!63Unreturnables changes on beta
......@@ -27,7 +27,7 @@ js-syntax-check:
- apt-get update
# - apt-get install -y nodejs
# - ln -s /usr/bin/nodejs /usr/bin/node
- apt-get install curl
- apt-get install -y curl
- curl -sL https://deb.nodesource.com/setup_8.x | bash -
- npm install -g jshint
- 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