Skip to content

Commit 5462062

Browse files
committed
update badges
1 parent 972e9a1 commit 5462062

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.gitattributes

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*.hack linguist-language=Hack
22

33
/tests export-ignore
4-
.travis.sh export-ignore
5-
.travis.yml export-ignore
4+
composer.lock export-ignore

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<p align="center"><img src="https://avatars3.githubusercontent.com/u/45311177?s=200&v=4"></p>
22

3-
<p align="center">
4-
<a href="https://travis-ci.org/nuxed/asset"><img src="https://travis-ci.org/nuxed/asset.svg" alt="Build Status"></a>
5-
<a href="https://packagist.org/packages/nuxed/asset"><img src="https://poser.pugx.org/nuxed/asset/d/total.svg" alt="Total Downloads"></a>
6-
<a href="https://packagist.org/packages/nuxed/asset"><img src="https://poser.pugx.org/nuxed/asset/v/stable.svg" alt="Latest Stable Version"></a>
7-
<a href="https://packagist.org/packages/nuxed/asset"><img src="https://poser.pugx.org/nuxed/asset/license.svg" alt="License"></a>
8-
</p>
3+
![Coding standards status](https://github.com/nuxed/asset/workflows/coding%20standards/badge.svg?branch=develop)
4+
![Static analysis status](https://github.com/nuxed/asset/workflows/static%20analysis/badge.svg?branch=develop)
5+
![Unit tests status](https://github.com/nuxed/asset/workflows/unit%20tests/badge.svg?branch=develop)
6+
[![Total Downloads](https://poser.pugx.org/nuxed/asset/d/total.svg)](https://packagist.org/packages/nuxed/asset)
7+
[![Latest Stable Version](https://poser.pugx.org/nuxed/asset/v/stable.svg)](https://packagist.org/packages/nuxed/asset)
8+
[![License](https://poser.pugx.org/nuxed/asset/license.svg)](https://packagist.org/packages/nuxed/asset)
9+
910

1011
# Nuxed Asset
1112

0 commit comments

Comments
 (0)