Skip to content

Commit

Permalink
update downloads badge and travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
animirr committed Jan 3, 2021
1 parent 7562419 commit 6ca640e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,10 +1,10 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"
- "14"
script:
- npm run eslint
- npm run test
after_success: 'npm run coveralls'
after_success: 'npm run coveralls'
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/animir/node-rate-limiter-flexible.png)](https://travis-ci.org/animir/node-rate-limiter-flexible)
[![Coverage Status](https://coveralls.io/repos/animir/node-rate-limiter-flexible/badge.svg?branch=master)](https://coveralls.io/r/animir/node-rate-limiter-flexible?branch=master)
[![npm version](https://badge.fury.io/js/rate-limiter-flexible.svg)](https://www.npmjs.com/package/rate-limiter-flexible)
![npm](https://img.shields.io/npm/dt/rate-limiter-flexible.svg)
![npm](https://img.shields.io/npm/dm/rate-limiter-flexible.svg)
[![node version][node-image]][node-url]
[![deno version](https://img.shields.io/badge/deno-^1.5.3-lightgrey?logo=deno)](https://github.com/denoland/deno)

Expand Down

0 comments on commit 6ca640e

Please sign in to comment.