Skip to content

Commit

Permalink
update dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Jan 26, 2016
1 parent 1c78653 commit 26d0e43
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
languages:
JavaScript: true
exclude_paths:
- "dist/**/*"
- "dist/*.js"
- "dist/**/*.js"
- "dist/**.js"
9 changes: 5 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# .editorconfig <https://github.com/tunnckoCore/dotfiles>
#
# Copyright (c) 2015-2016 Charlike Mike Reagent, contributors.
# Released under the MIT license.
#

root = true

Expand All @@ -24,3 +20,8 @@ trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false

[*.py]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# .gitignore <https://github.com/tunnckoCore/dotfiles>
#
# Copyright (c) 2015-2016 Charlike Mike Reagent, contributors.
# Released under the MIT license.
#

# Always-ignore dirs #
# ####################
Expand Down
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ before_script:
- standard

script:
- npm install istanbul-harmony
- npm install istanbul
- node --harmony node_modules/.bin/istanbul cover test.js

after_success:
- npm install coveralls
- cat coverage/lcov.info | coveralls
- cat coverage/lcov.info | coveralls

matrix:
allow_failures:
- node_js: "0.10"

0 comments on commit 26d0e43

Please sign in to comment.