From f00a3a9f77348e7bcbcfc87173924e1a8a0e3b05 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sun, 31 May 2020 02:57:51 +0300 Subject: [PATCH] Travis-CI: config cleanup --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 57a0855..95d0c5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ language: node_js -node_js: - - node +node_js: node after_success: npm run report-coveralls -sudo: false