Skip to content

Commit

Permalink
build(package.json): set semantic release token
Browse files Browse the repository at this point in the history
  • Loading branch information
willb335 committed Jun 25, 2018
1 parent 84b71f3 commit 1fba0d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ language: node_js
cache:
directories:
- node_modules
node_js: '8'
node_js: 10
branches:
only:
- master
notifications:
email: false
script:
- npm run validate
before_script:
- npm prune
after_success:
- npm run report-coverage
- npm run semantic-release
- npm run release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint src",
"validate": "npm-run-all --parallel test lint build",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release -d",
"release": "semantic-release",
"commitmsg": "commitlint -e $GIT_PARAMS",
"start": "webpack-dev-server --open --config webpack.dev.js"
},
Expand Down

0 comments on commit 1fba0d8

Please sign in to comment.