From c4c22c421db53a10eb477e0c6b8cc7f81edcc2e5 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 8 Feb 2019 15:00:17 +0300 Subject: [PATCH] fix travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a9f2514..74ba571 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ node_js: - "11" - "10" - "8" -script: npm tests \ No newline at end of file +script: npm run test \ No newline at end of file