Commit da721e3d da721e3dd1d21bf0a6b8ff6fdc585344ef8b7afe by Nicolas Perriault

attempt to fix jshint task for travis build

1 parent ee588a24
......@@ -3,7 +3,7 @@ branches:
- "master"
- "1.0"
before_script:
- "npm install -g jshint"
- "npm install -g jshint@0.9.1"
- "phantomjs --version"
- "export PHANTOMJS_EXECUTABLE='phantomjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes'"
script:
......