Skip to content

Commit

Permalink
ci(): update semantic release, update travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
NetCZ committed Jul 26, 2018
1 parent b60642c commit cc7ed1a
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 92 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ script:
after_script: greenkeeper-lockfile-upload
after_success:
- yarn test:cov
- npm run travis-deploy-once "npm run semantic-release"
- yarn travis-deploy-once "yarn semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"husky": "^1.0.0-rc.9",
"mocha": "^5.0.0",
"nyc": "^12.0.1",
"semantic-release": "^15.5.2",
"semantic-release": "^15.8.1",
"travis-deploy-once": "^5.0.0"
}
}
Loading

0 comments on commit cc7ed1a

Please sign in to comment.