Skip to content

Commit 33207bb

Browse files
authored
docs: add travis badge
1 parent e0ecf9e commit 33207bb

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

README.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
<p align="center">
2-
32
<img src="https://raw.githubusercontent.com/gruhn/vue-qrcode-reader/master/.github/logo.png" alt="Logo" width="240" height="240" style="max-width: 100%;">
4-
5-
<br>
6-
<br>
7-
3+
4+
<br><br>
5+
86
<a href="https://vuejs.org/">
97
<img src="https://img.shields.io/badge/vue-2.x-brightgreen.svg" alt="for Vue.js 2">
108
</a>
119

12-
<a href="https://github.com/semantic-release/semantic-release">
13-
<img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="uses semantic release">
14-
</a>
15-
1610
<a href="https://www.npmjs.com/package/vue-qrcode-reader">
1711
<img src="https://img.shields.io/npm/dm/vue-qrcode-reader.svg" alt="npm monthly downloads">
18-
<img src="https://img.shields.io/npm/v/vue-qrcode-reader.svg" alt="npm current version">
1912
</a>
20-
13+
14+
<a href="https://travis-ci.org/gruhn/vue-qrcode-reader">
15+
<img src="https://travis-ci.org/gruhn/vue-qrcode-reader.svg?branch=master" alt="Travis CI: build status">
16+
</a>
17+
2118
<br>
2219

2320
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" alt="is maintained? yes">
@@ -29,12 +26,22 @@
2926
<a href="https://github.com/Naereen/badges">
3027
<img src="https://img.shields.io/badge/badges-awesome-green.svg" alt="badges = awesome">
3128
</a>
32-
29+
3330
<br>
3431

3532
<a href="https://bundlephobia.com/result?p=vue-qrcode-reader">
3633
<img src="https://badgen.net/bundlephobia/minzip/vue-qrcode-reader" alt="size minified + gzipped">
3734
</a>
35+
36+
<a href="https://www.npmjs.com/package/vue-qrcode-reader">
37+
<img src="https://img.shields.io/npm/v/vue-qrcode-reader.svg" alt="npm current version">
38+
</a>
39+
40+
<br>
41+
42+
<a href="https://github.com/semantic-release/semantic-release">
43+
<img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="uses semantic release">
44+
</a>
3845
</p>
3946

4047
A set of Vue.js components, allowing you to detect and decode QR codes, without leaving the browser.

0 commit comments

Comments
 (0)