Skip to content

Commit

Permalink
Major update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGriffiths committed Oct 28, 2016
1 parent 6581de4 commit f3e21bc
Show file tree
Hide file tree
Showing 775 changed files with 19,860 additions and 8,288 deletions.
22 changes: 22 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
config:
config: test/fixtures/config/.eslintrc
fixme:
enabled: true
ratings:
paths:
- "src/**.js"
exclude_paths:
- docs/
- test/
- bin/
- scripts/
- lib/
10 changes: 0 additions & 10 deletions .npmignore

This file was deleted.

10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
branches:
only:
- master
- develop
- /^greenkeeper-.*$/
language: node_js
node_js:
- stable
Expand All @@ -10,3 +15,8 @@ notifications:
on_success: always
on_failure: change
on_start: never
addons:
code_climate:
repo_token: 9930a88506218aaf57a8349f54d5003f0bc17ce71f50df77fe0fa86884aa267b
after_script:
- nyc report --reporter=text-lcov | codeclimate-test-reporter
Loading

0 comments on commit f3e21bc

Please sign in to comment.