Skip to content

Commit a7828d7

Browse files
author
Clement Champetier
committed
README.md: move other badges to the top of the file
1 parent 170a9d6 commit a7828d7

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ C++ API for Libav / FFmpeg
44

55
Based on Libav/FFmpeg libraries to support various video and audio formats, avTranscoder provides the high level API to re-wrap or transcode media easily.
66

7+
[![Build Status](https://travis-ci.org/avTranscoder/avTranscoder.svg?branch=master)](https://travis-ci.org/avTranscoder/avTranscoder)
78
[![Coverage Status](https://coveralls.io/repos/avTranscoder/avTranscoder/badge.svg)](https://coveralls.io/r/avTranscoder/avTranscoder)
9+
<a href="https://scan.coverity.com/projects/2626"><img alt="Coverity Scan Build Status" src="https://scan.coverity.com/projects/2626/badge.svg"/></a>
810

911
#### What you need to know
1012
* C++ library
@@ -49,17 +51,6 @@ avProfileType=avProfileTypeAudio
4951
codec=codecName
5052
```
5153

52-
#### Continuous Integration
53-
54-
###### Travis
55-
[![Build Status](https://travis-ci.org/avTranscoder/avTranscoder.svg?branch=master)](https://travis-ci.org/avTranscoder/avTranscoder)
56-
57-
###### Coverity Scan
58-
<a href="https://scan.coverity.com/projects/2626">
59-
<img alt="Coverity Scan Build Status"
60-
src="https://scan.coverity.com/projects/2626/badge.svg"/>
61-
</a>
62-
6354
#### Tests
6455

6556
###### nosetests

0 commit comments

Comments
 (0)