From 366a6d6660c3fcd8c0816b8080684b9608b6fecc Mon Sep 17 00:00:00 2001 From: Klaus Sinani Date: Fri, 5 Apr 2019 01:19:42 +0300 Subject: [PATCH] CI: Update `after_success` build script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d3bac0d..a4700c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ node_js: before_install: - npm install --global npm@6.8.0 - npm --version -after_success: npx codecov --file=./coverage/lcov.info +after_success: npm run coveralls