From 8fc519de56fcde35d95823717d4e7db105b5287d Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 28 Feb 2020 16:09:21 -0800 Subject: [PATCH] chore(ci): another try to publish edge version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e1ecc1c69f..be98ea25cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ cache: directories: - node_modules script: -# - npm run lint +- npm run lint # - xvfb-run --auto-servernum npm run ctest # - xvfb-run --auto-servernum npm run ftest # - xvfb-run --auto-servernum npm run wtest