From f313a34cbb28f6f8665f19479caecf0068a8eef8 Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Thu, 7 Nov 2019 16:29:10 +0200 Subject: [PATCH] installing eslint --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d275b8e80..ba2e7e3c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,14 @@ python: os: linux install: +# Python - pip install -r monkey/monkey_island/requirements.txt # for unit tests - pip install flake8 pytest dlint # for next stages - pip install -r monkey/infection_monkey/requirements_linux.txt # for unit tests +# JS +- npm i -g eslint + before_script: # Set the server config to `testing`, for the UTs to use mongomaock and pass. - python monkey/monkey_island/cc/set_server_config.py testing