File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
3
- ' 0.10'
4
+
5
+ before_install :
6
+ - " npm install -g codeclimate-test-reporter"
7
+ - " npm install -g istanbul"
8
+
4
9
after_script :
5
- - cat coverage/lcov.info | codeclimate
6
- addons :
7
- code_climate :
8
- repo_token : a422a1696c17a5184d90637b08facc0496c55d7f3043a8d7afa2341f34633b86
10
+ - CODECLIMATE_REPO_TOKEN=974e95cf44845d3e57f67cda00cefc2bf87689f6294325cfd94fcd0e1e43cf82 codeclimate < coverage/lcov.info
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " doi-regex" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " Regular expression for matching DOIs" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " node spec/test.js | node_modules/.bin/faucet"
7
+ "test" : " istanbul cover spec/test.js | node_modules/.bin/faucet"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
39
39
"homepage" : " https://github.com/BeagleLab/doi" ,
40
40
"devDependencies" : {
41
41
"faucet" : " 0.0.1" ,
42
+ "istanbul" : " ^0.3.5" ,
42
43
"lodash" : " ^2.4.1" ,
43
44
"minimist" : " ^1.1.0" ,
44
45
"tape" : " ^3.0.3"
You can’t perform that action at this time.
0 commit comments