From 1194bc0d065a2c8e0db6d528046c5eefa991d1bc Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Thu, 7 Nov 2019 16:35:42 +0200 Subject: [PATCH] Added npm install to make sure eslint will work (it needs babel) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ba2e7e3c1..43f7b9012 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,10 @@ install: - pip install -r monkey/infection_monkey/requirements_linux.txt # for unit tests # JS +- cd monkey/monkey_island/cc/ui +- npm i - npm i -g eslint +- cd - before_script: # Set the server config to `testing`, for the UTs to use mongomaock and pass.