From 6b469d4fc57129e5381a1021e0d519ae27bc76cb Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Wed, 7 Dec 2016 00:26:14 -0800 Subject: [PATCH] Send results to Coveralls --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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