Skip to content

Commit

Permalink
chore: remove semantic-release leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
lekterable committed May 4, 2020
1 parent 5119e41 commit 3dcdf35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_js: 13
cache:
directories: node_modules
script: npm run test:coverage
after_success: npm run codecov && npm run semantic-release
after_success: bash <(curl -s https://codecov.io/bash)
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"scripts": {
"test": "jest",
"test:coverage": "jest --collectCoverage",
"codecov": "codecov",
"semantic-release": "semantic-release"
"codecov": "codecov"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3dcdf35

Please sign in to comment.