mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-10 05:56:29 +00:00
don't use travis ci script (#134)
This commit is contained in:
parent
8eafcf977f
commit
0f1bc8fa75
2 changed files with 5 additions and 2 deletions
|
@ -48,7 +48,8 @@ jobs:
|
||||||
- prep_env
|
- prep_env
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ./
|
at: ./
|
||||||
- run: yarn kcd-scripts travis-after-success
|
- run: yarn codecov
|
||||||
|
- run: yarn semantic-release
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
validate_and_deploy:
|
validate_and_deploy:
|
||||||
|
|
|
@ -43,8 +43,10 @@
|
||||||
"yargs": "^10.0.3"
|
"yargs": "^10.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"codecov": "^3.1.0",
|
||||||
"kcd-scripts": "^0.30.4",
|
"kcd-scripts": "^0.30.4",
|
||||||
"nock": "^9.1.0"
|
"nock": "^9.1.0",
|
||||||
|
"semantic-release": "^15.13.2"
|
||||||
},
|
},
|
||||||
"eslintIgnore": [
|
"eslintIgnore": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
|
Loading…
Reference in a new issue