From f71eecbae18afeb67868bcd674367f90e2a195ad Mon Sep 17 00:00:00 2001 From: Dan Puttick Date: Thu, 20 Jul 2017 18:39:41 -0400 Subject: [PATCH] Re-add the zoo to Travis build --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c05eb1..cda02e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,11 +41,12 @@ install: - sudo apt-get install rar # Prepare tests # Malware from theZoo - # - git clone https://github.com/Rafiot/theZoo.git - # - pushd theZoo/malwares/Binaries - # - python unpackall.py - # - popd - # - mv theZoo/malwares/Binaries/out tests/uncategorized/the_zoo/ + - git clone https://github.com/Rafiot/theZoo.git + - pushd theZoo/malwares/Binaries + - python unpackall.py + - popd + - mkdir tests/uncategorized/the_zoo/ + - mv theZoo/malwares/Binaries/out tests/uncategorized/the_zoo/ # Path traversal attacks - git clone https://github.com/jwilk/path-traversal-samples - pushd path-traversal-samples