Commit da721e3d da721e3dd1d21bf0a6b8ff6fdc585344ef8b7afe by Nicolas Perriault

attempt to fix jshint task for travis build

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