shithub: mp3dec

Download patch

ref: 5ce2e4d2210369009a6b988b56a37a56d561237d
parent: 8806a001f860340b7a473ec24818944b85ce724f
author: lieff <lieff@users.noreply.github.com>
date: Wed Jan 10 07:37:56 EST 2018

add travis build

--- /dev/null
+++ b/.travis.yml
@@ -1,0 +1,10 @@
+language: c
+
+os:
+    - linux
+
+compiler:
+    - gcc
+
+script:
+    - gcc -Dminimp3_test -O2 -g -o minimp3 minimp3.c 
\ No newline at end of file
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
 minimp3
 ==========
 
+[![Build Status](https://travis-ci.org/lieff/minimp3.svg)](https://travis-ci.org/lieff/minimp3)
+
 Minimalistic MP3 decoder.
\ No newline at end of file