Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
use jshint 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WMDE-Fisch committed Aug 24, 2016
1 parent 0734f21 commit b0a2a50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,8 @@ node_js:
sudo: false

install:
- travis_retry npm install node-qunit-phantomjs jscs jshint
- travis_retry npm install node-qunit-phantomjs jscs
- travis_retry npm install jshint@"=2.9.2"

script:
- ./node_modules/jshint/bin/jshint .
Expand Down

0 comments on commit b0a2a50

Please sign in to comment.