Commit f0325747 f0325747a1bd5e2b685113a21fa81c554912b31a by Nicolas Perriault

upgraded jshint to 2.0.1

1 parent e6c7469f
......@@ -18,7 +18,7 @@ before_install:
- ls -la bin/phantomjs190
before_script:
- "npm install -g jshint@1.1.0"
- "npm install -g jshint@2.0.1"
- bin/phantomjs182 --version
- bin/phantomjs190 --version
......
......@@ -14,4 +14,4 @@ clitest:
python tests/clitests/runtests.py
jshint:
jshint --config=.jshintconfig .
jshint .
......