don't use travis ci script (#134)

This commit is contained in:
Jake Bolam 2019-01-07 16:10:17 +08:00 committed by GitHub
parent 8eafcf977f
commit 0f1bc8fa75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -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:

View file

@ -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",