diff --git a/.travis.yml b/.travis.yml index c88e294..e2f4941 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,6 @@ branches: script: - yarn test + +after_success: + - $(yarn bin)/nyc report --reporter=text-lcov | $(yarn bin)/coveralls