Skip to content

Commit

Permalink
Merge pull request #32 from guidesmiths/release-2.2.1
Browse files Browse the repository at this point in the history
Release v2.2.1
  • Loading branch information
UlisesGascon authored Mar 20, 2020
2 parents cbd0fc0 + b2a5d1c commit b6a7624
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
language: node_js
node_js:
- v12
- v10
- v8
- v12
- v13
install:
- npm install
test:
- npm run lint
- npm run test

jobs:
include:
- stage: npm Deployment
deploy:
edge: true
provider: npm
skip_cleanup: true
email: "$NPM_EMAIL"
api_key: "$NPM_TOKEN"
on:
tags: true
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "generator-systemic",
"version": "2.2.0",
"version": "2.2.1",
"description": "A generator for a systemic microservice",
"homepage": "https://github.com/guidesmiths/systemic",
"homepage": "https://github.com/guidesmiths/generator-systemic",
"author": {
"name": "Guidesmiths Ltd",
"email": "[email protected]"
Expand Down

0 comments on commit b6a7624

Please sign in to comment.