Skip to content

Commit

Permalink
Merge pull request #31 from guidesmiths/feature/30
Browse files Browse the repository at this point in the history
Improved CI
  • Loading branch information
UlisesGascon committed Mar 20, 2020
2 parents d78ae09 + 33f09cc commit fd6b179
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,16 @@ after_script: greenkeeper-lockfile-upload
node_js:
- "10"
- "12"
- "13"

jobs:
include:
- stage: npm Deployment
deploy:
edge: true
provider: npm
skip_cleanup: true
email: "$NPM_EMAIL"
api_key: "$NPM_TOKEN"
on:
tags: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "systemic",
"version": "3.3.0",
"version": "3.3.1",
"description": "A minimal dependency injection library for node",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fd6b179

Please sign in to comment.