From 684b873601889aff0bde5804da3b0d8e2f691267 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 30 Jan 2020 07:58:31 +0000 Subject: [PATCH] chore: remove debug env var --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1992781b9b..b5ac1a3c60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ addons: - dpkg chrome: stable -script: DEBUG=ipfs* npx nyc -s npx aegir test -t node --timeout 10000 --bail +script: npx nyc -s npx aegir test -t node --timeout 10000 --bail after_success: - npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov