Commit f0325747 f0325747a1bd5e2b685113a21fa81c554912b31a by Nicolas Perriault

upgraded jshint to 2.0.1

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