Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Build: Enable CodeClimate (fixes eslint#4068)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Oct 6, 2015
1 parent 45389f9 commit fd884bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
languages:
JavaScript: true

exclude_paths:
- tests/**

engines:
eslint:
enabled: true
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ sudo: false
script: "npm test && npm run check-commit && npm run docs"
after_success:
- npm run coveralls
addons:
code_climate:
repo_token: 1945f7420d920a59f1ff8bf8d1a7b60ccd9e2838a692f73a5a74accd8df30146

0 comments on commit fd884bb

Please sign in to comment.