Skip to content

Commit

Permalink
chore: changed travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yjb94 committed Jan 22, 2020
1 parent de3f8c6 commit ed4a58f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 66 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,16 @@ before_install:
after_success:
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- npm run build
- npm run travis-deploy-once "npm run semantic-release"

jobs:
include:
- stage: release
node_js: lts/*
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release

branches:
only:
Expand Down
62 changes: 0 additions & 62 deletions MobileStoreButton.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Describe react-store-badges here.
[npm]: https://www.npmjs.org/package/npm-package

[coveralls-badge]: https://img.shields.io/coveralls/user/repo/master.png?style=flat-square
[coveralls]: https://coveralls.io/github/user/repo
[coveralls]: https://coveralls.io/github/user/repo
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-store-badges",
"version": "0.0.0-development",
"version": "0.0.1-development",
"description": "react-store-badges React component",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit ed4a58f

Please sign in to comment.