File tree Expand file tree Collapse file tree 4 files changed +5
-18
lines changed Expand file tree Collapse file tree 4 files changed +5
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- .coveralls.yml
2
1
.editorconfig
3
2
.eslintignore
4
3
.eslintrc.yml
Original file line number Diff line number Diff line change 1
- sudo : false
2
1
language : node_js
3
2
cache :
4
3
directories :
5
4
- ~/.npm
6
5
notifications :
7
6
email : false
8
7
node_js :
9
- - ' 12'
10
- - ' 10'
11
- - ' 8'
12
- - ' 6'
13
- - ' 4'
14
- script :
15
- - npm run prepare
16
- - if [ `node --version | cut -c 2` -ne 4 ]; then
17
- npm test;
18
- else
19
- npm run test:old;
20
- fi
8
+ - node
9
+ - lts/*
10
+ - 8
21
11
after_success :
22
- - test `node --version | cut -c 2,3` -eq 10 && npm run coverage
12
+ - npx codecov
23
13
- npx semantic-release
24
14
branches :
25
15
except :
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ NPM version] ( https://badge.fury.io/js/%40prantlf%2Fjsonlint.svg )] ( https://badge.fury.io/js/%40prantlf%2Fjsonlint )
4
4
[ ![ Build Status] ( https://travis-ci.com/prantlf/jsonlint.svg?branch=master )] ( https://travis-ci.com/prantlf/jsonlint )
5
- [ ![ Coverage Status ] ( https://coveralls .io/repos/github/ prantlf/jsonlint/badge.svg?branch=master )] ( https://coveralls .io/github /prantlf/jsonlint?branch=master )
5
+ [ ![ codecov ] ( https://codecov .io/gh/ prantlf/jsonlint/branch/master/graph/ badge.svg )] ( https://codecov .io/gh /prantlf/jsonlint )
6
6
[ ![ Dependency Status] ( https://david-dm.org/prantlf/jsonlint.svg )] ( https://david-dm.org/prantlf/jsonlint )
7
7
[ ![ devDependency Status] ( https://david-dm.org/prantlf/jsonlint/dev-status.svg )] ( https://david-dm.org/prantlf/jsonlint#info=devDependencies )
8
8
[ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com )
You can’t perform that action at this time.
0 commit comments