Skip to content

Commit

Permalink
Bug #2, Travis-CI fix - npm install jshint [iet:8503203]
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed Mar 29, 2017
1 parent 38a92c9 commit 0cdd965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ install:
- composer eslint-config
- composer jshint-config
- composer write-ignore-xml
- composer less

script:
- composer less
- composer test
- composer validate
- composer ci-test
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
],
"npm-install": [
"npm install eslint less",
"npm install -g csslint"
"npm i -g csslint && npm i -g jshint"
],
"jshint-config": "echo '{ \"laxcomma\": true }' > .jshintrc",
"eslint-config": [
Expand Down

0 comments on commit 0cdd965

Please sign in to comment.