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

Commit

Permalink
chore(build): changed .travis.yml to fail on lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Yates committed Sep 16, 2016
1 parent fa2a096 commit 30e2aa9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
checks:
strict:
enabled: false
keyword-spacing:
enabled: false
fixme:
enabled: true
ratings:
paths:
- "**.js"
exclude_paths:
- test/
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ before_script:

script:
- |
npm run lint
npm run build
npm run test:ci
npm run lint && npm run build && npm run test:ci
after_success:
- |
Expand Down

0 comments on commit 30e2aa9

Please sign in to comment.