forked from p15670423/monkey
Removed debugging ls statements on travis.yml
This commit is contained in:
parent
bd05cca087
commit
f825c8551c
|
@ -19,7 +19,6 @@ os: linux
|
||||||
before_install:
|
before_install:
|
||||||
# Init server_config.json to default
|
# Init server_config.json to default
|
||||||
- cp monkey/monkey_island/cc/server_config.json.default monkey/monkey_island/cc/server_config.json
|
- cp monkey/monkey_island/cc/server_config.json.default monkey/monkey_island/cc/server_config.json
|
||||||
- ls monkey/monkey_island/cc/
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Python
|
# Python
|
||||||
|
@ -55,10 +54,7 @@ install:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Set the server config to `testing`. This is required for for the UTs to pass.
|
# 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
|
- pushd /home/travis/build/guardicore/monkey/monkey
|
||||||
- ls ./
|
|
||||||
- python monkey_island/cc/environment/set_server_config.py testing
|
- python monkey_island/cc/environment/set_server_config.py testing
|
||||||
- popd
|
- popd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue