Skip to content

Commit da4dbd7

Browse files
author
Emmanouil Konstantinidis
committed
Code Climate
1 parent 6081a0e commit da4dbd7

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.coveralls.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ language: node_js
33
node_js:
44
- '0.10.36'
55

6+
addons:
7+
code_climate:
8+
repo_token: 7c19339cc50fdc0dceb2acc8e022e939d845e1676eee84ca9115c5a9b6796992
9+
610
install:
711
- npm install
12+
- npm install -g codeclimate-test-reporter
813

914
script:
1015
- npm test
1116

12-
after_success:
13-
- npm run coveralls
17+
after_script:
18+
- codeclimate < lcov.info

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
"dependencies": {
108108
"bootstrap": "=3.3.4",
109109
"browserify": "=10.2.1",
110-
"coveralls": "^2.11.2",
111110
"font-awesome": "=4.3.0",
112111
"octicons": "=2.2.0",
113112
"react": "=0.13.3",

0 commit comments

Comments
 (0)