mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36: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
|
||||
- attach_workspace:
|
||||
at: ./
|
||||
- run: yarn kcd-scripts travis-after-success
|
||||
- run: yarn codecov
|
||||
- run: yarn semantic-release
|
||||
workflows:
|
||||
version: 2
|
||||
validate_and_deploy:
|
||||
|
|
|
@ -43,8 +43,10 @@
|
|||
"yargs": "^10.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"codecov": "^3.1.0",
|
||||
"kcd-scripts": "^0.30.4",
|
||||
"nock": "^9.1.0"
|
||||
"nock": "^9.1.0",
|
||||
"semantic-release": "^15.13.2"
|
||||
},
|
||||
"eslintIgnore": [
|
||||
"node_modules",
|
||||
|
|
Loading…
Reference in a new issue