Skip to content

Commit

Permalink
Added Travis build status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
njh committed Jan 30, 2017
1 parent 8fe36ad commit dba5e2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ indent:

# Copy README.md to README when building distribution
README:
[ -f README.md ] && cat README.md > README || true
[ -f README.md ] && fgrep -v "Build Status]" $(top_srcdir)/README.md > $@ || true

EXTRA_DIST = \
autogen.sh \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
TwoLAME
=======

[![Travis Build Status](https://travis-ci.org/njh/twolame.svg?branch=master)](https://travis-ci.org/njh/twolame)

Based on tooLAME by Michael Cheng

All changes to the ISO source are licensed under the LGPL
Expand Down

0 comments on commit dba5e2a

Please sign in to comment.