mirror of
https://github.com/scratchfoundation/node-redis-rate-limiter.git
synced 2025-06-16 21:20:19 -04:00
update targets
This commit is contained in:
parent
2f5235e9a1
commit
ee68052074
1 changed files with 15 additions and 3 deletions
18
.travis.yml
18
.travis.yml
|
@ -1,10 +1,22 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- '8'
|
||||
- '10'
|
||||
- '12'
|
||||
- "10"
|
||||
- "12"
|
||||
- "14"
|
||||
services:
|
||||
- redis-server
|
||||
script:
|
||||
- npm run lint
|
||||
- npm test
|
||||
jobs:
|
||||
include:
|
||||
- stage: npm release
|
||||
script: echo "Deploying to npm ..."
|
||||
deploy:
|
||||
provider: npm
|
||||
email: $NPM_EMAIL
|
||||
api_key: $NPM_TOKEN
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
branch: master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue