From f825c8551c1c05ecd95c5588040b2a4b3eb37cea Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Thu, 27 Aug 2020 15:09:25 +0300 Subject: [PATCH] Removed debugging ls statements on travis.yml --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b49fbcefe..59a97f60c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ os: linux before_install: # Init server_config.json to default - cp monkey/monkey_island/cc/server_config.json.default monkey/monkey_island/cc/server_config.json -- ls monkey/monkey_island/cc/ install: # Python @@ -55,10 +54,7 @@ install: before_script: # Set the server config to `testing`. This is required for for the UTs to pass. -- ls /home/travis/build/guardicore/monkey/ -- ls /home/travis/build/guardicore/ - pushd /home/travis/build/guardicore/monkey/monkey -- ls ./ - python monkey_island/cc/environment/set_server_config.py testing - popd