From f1cbac8d73edf54659fa93d3fa19f19cbac27c13 Mon Sep 17 00:00:00 2001 From: Adriean Khisbe Date: Tue, 5 Mar 2019 09:10:40 +0100 Subject: [PATCH] Configure travis to make lint run :traffic_light: --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 49cff8e..0299c94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,10 @@ node_js: - "9" - "10" - "node" + +install: + - npm install + +script: + - npm run lint + - npm test