-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): update semantic-release
- Loading branch information
1 parent
9e5ec8d
commit c42198c
Showing
3 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
sudo: false | ||
language: node_js | ||
cache: | ||
directories: | ||
- ~/.npm | ||
- node_modules | ||
notifications: | ||
email: false | ||
node_js: | ||
- 'stable' | ||
before_install: | ||
- npm i -g npm@^2.0.0 | ||
- stable | ||
before_script: | ||
- npm prune | ||
- npm run benchmark | node_modules/.bin/commentator | ||
- npm run coverage | ||
- npm run lint | ||
- npm run benchmark | node_modules/.bin/commentator | ||
- npm run coverage | ||
- npm run lint | ||
after_success: | ||
- npm run semantic-release | ||
- npm run travis-deploy-once "npm run semantic-release" | ||
branches: | ||
except: | ||
- /^v\d+\.\d+\.\d+$/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters