From e6061ee0963ab5276f8ae3de2e350fc1e38ab875 Mon Sep 17 00:00:00 2001 From: egisz Date: Mon, 15 Jun 2020 20:18:09 +0300 Subject: [PATCH] update travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d9ef085d..0bfa761b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ install: - npm install script: -- npm test +- cp conf.json.dist conf.json && npm test