diff --git a/.editorconfig b/.editorconfig index 6a804c2..300e8f8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,5 +12,9 @@ insert_final_newline = true indent_style = space indent_size = 2 +[*.yml] +indent_style = space +indent_size = 2 + [*.md] trim_trailing_whitespace = false diff --git a/.gitignore b/.gitignore index 33f8313..5646bba 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ test/fixtures/css/main.158f2990.css test/fixtures/bower_components/bootstrap/dist/css/bootstrap.0151e5ef.css test/fixtures/css/cartoon.64faf7bc.css +.nyc_output +coverage + diff --git a/.travis.yml b/.travis.yml index 465f24a..499a5e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,5 @@ node_js: - "6" - "5" - "4" +after_success: + - npm run coveralls diff --git a/README.md b/README.md index 84e1196..1cb56da 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,7 @@ Inline critical-path css and load the existing stylesheets asynchronously. Existing link tags will also be wrapped in ```