Skip to content

Commit

Permalink
check if travis fails this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 15, 2016
1 parent 7193a90 commit b319864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -177,7 +177,7 @@ function populateMaps (extensions, types) {
if (types[extension] !== 'application/octet-stream' &&
from > to || (from === to && types[extension].substr(0, 12) === 'application/')) {
// skip the remapping
continue
continue;
}
}

Expand Down

0 comments on commit b319864

Please sign in to comment.