Skip to content

Commit 53996ac

Browse files
ci(travis): setup 👷🏼
1 parent 7feb8ac commit 53996ac

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

.travis.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
language: node_js
22
node_js:
33
- 10
4-
- 9
5-
matrix:
6-
allow_failures:
7-
- node_js: 11
4+
- 12
5+
- 13
86
cache:
97
directories:
108
- node_modules
119
install:
1210
- npm i
1311
jobs:
1412
include:
13+
- stage: allow_failures
14+
node_js: 14
1515
- stage: release
1616
node_js: lts/*
1717
deploy:
1818
provider: script
1919
skip_cleanup: true
2020
script:
21-
- npx semantic-release
22-
branches:
23-
only:
24-
- master
25-
- /^greenkeeper/.*$/
21+
- npx semantic-release

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@weareopensource/conventional-changelog",
3-
"version": "0.0.1",
3+
"version": "0.0.0-development",
44
"description": "Commitizen adapter following the conventional-changelog format with emojis choice.",
55
"keywords": [
66
"commitlint",
@@ -16,12 +16,12 @@
1616
"format": "prettier --write *.js",
1717
"semantic-release": "semantic-release"
1818
},
19-
"homepage": "https://github.com/WeAreOpenSourceProjects/waos-conventional-changelog",
19+
"homepage": "https://github.com/weareopensource/conventional-changelog",
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/WeAreOpenSourceProjects/waos-conventional-changelog.git"
22+
"url": "https://github.com/weareopensource/conventional-changelog.git"
2323
},
24-
"author": "Pierre Brisorgueil <brisorgueilp@gmail.com> for the fork, Jim Cummins <jimthedev@gmail.com>",
24+
"author": "Pierre Brisorgueil <pierre@weareopensource.me> for the fork, Jim Cummins <jimthedev@gmail.com>",
2525
"license": "MIT",
2626
"husky": {
2727
"hooks": {

0 commit comments

Comments
 (0)