We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6081a0e commit da4dbd7Copy full SHA for da4dbd7
.coveralls.yml
.travis.yml
@@ -3,11 +3,16 @@ language: node_js
3
node_js:
4
- '0.10.36'
5
6
+addons:
7
+ code_climate:
8
+ repo_token: 7c19339cc50fdc0dceb2acc8e022e939d845e1676eee84ca9115c5a9b6796992
9
+
10
install:
11
- npm install
12
+- npm install -g codeclimate-test-reporter
13
14
script:
15
- npm test
16
-after_success:
-- npm run coveralls
17
+after_script:
18
+ - codeclimate < lcov.info
package.json
@@ -107,7 +107,6 @@
107
"dependencies": {
108
"bootstrap": "=3.3.4",
109
"browserify": "=10.2.1",
110
- "coveralls": "^2.11.2",
111
"font-awesome": "=4.3.0",
112
"octicons": "=2.2.0",
113
"react": "=0.13.3",
0 commit comments