Skip to content

Commit

Permalink
feat: adding deploy process to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
EmaSuriano committed Feb 5, 2018
1 parent a68384e commit 3913185
Show file tree
Hide file tree
Showing 5 changed files with 14,221 additions and 1,608 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ after_success:
- npm run travis-deploy-once "npm run semantic-release"
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- npm run deploy-gh
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![npm package][npm-badge]][npm]
[![Coverage Status][coveralls-badge]][coveralls]

TODO: add readme please..
TODO: add readme please.. new version!

[build-badge]: https://img.shields.io/travis/EmaSuriano/react-hotkey-tooltip.svg
[build]: https://travis-ci.org/EmaSuriano/react-hotkey-tooltip
Expand Down
1 change: 1 addition & 0 deletions demo/src/Menu1.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default class Menu1 extends Component {
render() {
return (
<div className="Home">
<p>Successfully deploy!</p>
<p>
Duis exercitation officia consectetur et id sint consectetur. Non
proident ut eu reprehenderit enim et. Sunt laborum consectetur
Expand Down
Loading

0 comments on commit 3913185

Please sign in to comment.