Skip to content

Commit

Permalink
Install semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Prehn committed Apr 18, 2018
1 parent 4889a28 commit 4ecc4d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ node_js:
before_deploy:
- npm install
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
repo: revelrylabs/possum
tags: true
node: '8'
skip_cleanup: true
- provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
repo: revelrylabs/possum
tags: true
node: '8'
skip_cleanup: true
- provider: script
skip_cleanup: true
script:
- npx semantic-release
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"prettier": "^1.11.1",
"prettier-eslint": "^8.8.1",
"react-test-renderer": ">=15.0.0",
"semantic-release": "^15.1.7",
"sinon": "^2.3.8",
"timekeeper": "^2.0.0"
},
Expand Down

0 comments on commit 4ecc4d7

Please sign in to comment.