Skip to content

Commit

Permalink
Add Travis build badge to README, fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Mar 29, 2019
1 parent a29b29e commit b1cad54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# browser-mime
# browser-mime [![Build Status](https://travis-ci.org/humphd/browser-mime.svg?branch=master)](https://travis-ci.org/humphd/browser-mime)

MIME types that can be parsed/rendered in most browsers. The list is automatically
generated from [mime-db](https://github.com/jshttp/mime-db). Manual types and
Expand Down
2 changes: 1 addition & 1 deletion test/chromium-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
{ type: 'video/ogg', extensions: 'ogv,ogm' },
{ type: 'image/x-icon', extensions: 'ico' },
{ type: 'application/epub+zip', extensions: 'epub' },
{ type: 'application/font-woff', extensions: 'woff' },
{ type: 'font/woff', extensions: 'woff' }, // humphd: switched from application/font-woff
{ type: 'application/gzip', extensions: 'gz,tgz' },
{ type: 'application/javascript', extensions: 'js' },
{ type: 'application/json', extensions: 'json' },
Expand Down

0 comments on commit b1cad54

Please sign in to comment.