Skip to content

Commit

Permalink
ci(travis): setup 👷🏼
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Jul 24, 2020
1 parent 7feb8ac commit 53996ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
language: node_js
node_js:
- 10
- 9
matrix:
allow_failures:
- node_js: 11
- 12
- 13
cache:
directories:
- node_modules
install:
- npm i
jobs:
include:
- stage: allow_failures
node_js: 14
- stage: release
node_js: lts/*
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
branches:
only:
- master
- /^greenkeeper/.*$/
- npx semantic-release
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weareopensource/conventional-changelog",
"version": "0.0.1",
"version": "0.0.0-development",
"description": "Commitizen adapter following the conventional-changelog format with emojis choice.",
"keywords": [
"commitlint",
Expand All @@ -16,12 +16,12 @@
"format": "prettier --write *.js",
"semantic-release": "semantic-release"
},
"homepage": "https://github.com/WeAreOpenSourceProjects/waos-conventional-changelog",
"homepage": "https://github.com/weareopensource/conventional-changelog",
"repository": {
"type": "git",
"url": "https://github.com/WeAreOpenSourceProjects/waos-conventional-changelog.git"
"url": "https://github.com/weareopensource/conventional-changelog.git"
},
"author": "Pierre Brisorgueil <[email protected]> for the fork, Jim Cummins <[email protected]>",
"author": "Pierre Brisorgueil <[email protected]> for the fork, Jim Cummins <[email protected]>",
"license": "MIT",
"husky": {
"hooks": {
Expand Down

0 comments on commit 53996ac

Please sign in to comment.