Skip to content

Commit

Permalink
Improve CI
Browse files Browse the repository at this point in the history
- Add npm auto-release
- Remove Nodejs v8 support
- Add Nodejs 13 support
- Add lint
- Close #30
  • Loading branch information
UlisesGascon committed Mar 20, 2020
1 parent a198634 commit 1f9f4aa
Showing 1 changed file with 15 additions and 2 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

0 comments on commit 1f9f4aa

Please sign in to comment.