Skip to content

Commit

Permalink
Travis CI should only report the master branch status.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltwaterC committed Jan 21, 2013
1 parent c3b0b56 commit d0a7f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## About [![build status](https://secure.travis-ci.org/SaltwaterC/mime-magic.png)](http://travis-ci.org/SaltwaterC/mime-magic) ![stillmaintained](http://stillmaintained.com/SaltwaterC/mime-magic.png)
## About [![build status](https://secure.travis-ci.org/SaltwaterC/mime-magic.png?branch=master)](http://travis-ci.org/SaltwaterC/mime-magic) ![stillmaintained](http://stillmaintained.com/SaltwaterC/mime-magic.png)

MIME type detection library for node.js. Unlike the [mime](https://github.com/broofa/node-mime) module, mime-magic does not return the type by interpreting the file extension. Instead it uses the [libmagic(3)](http://linux.die.net/man/3/libmagic) library which provides the result by reading the "magic number" of the file itself.

Expand Down

0 comments on commit d0a7f7b

Please sign in to comment.