Skip to content

Commit 732afe1

Browse files
Remove the broken coverage and dependency badges
1 parent 8af186f commit 732afe1

File tree

4 files changed

+1
-613
lines changed

4 files changed

+1
-613
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: node_js
22
node_js:
3+
- v14
34
- v12
45
- v10
5-
- v8
6-
after_script:
7-
- 'npm run coveralls'

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
alt="NPM Version">
77
</a>
88

9-
<a href="https://coveralls.io/r/foxbenjaminfox/vue-async-computed">
10-
<img src="https://img.shields.io/coveralls/foxbenjaminfox/vue-async-computed.svg?style=flat-square"
11-
alt="Coverage Status">
12-
</a>
13-
149
<a href="https://travis-ci.org/foxbenjaminfox/vue-async-computed">
1510
<img src="https://img.shields.io/travis/foxbenjaminfox/vue-async-computed.svg?style=flat-square"
1611
alt="Build Status">
@@ -21,11 +16,6 @@
2116
alt="Downloads">
2217
</a>
2318

24-
<a href="https://david-dm.org/foxbenjaminfox/vue-async-computed.svg">
25-
<img src="https://david-dm.org/foxbenjaminfox/vue-async-computed.svg?style=flat-square"
26-
alt="Dependency Status">
27-
</a>
28-
2919
<a href="https://github.com/foxbenjaminfox/vue-async-computed/blob/master/LICENSE">
3020
<img src="https://img.shields.io/npm/l/vue-async-computed.svg?style=flat-square"
3121
alt="License">

0 commit comments

Comments
 (0)