Fix travis build

pull/21/head
Dan Puttick 2017-07-20 15:26:10 -04:00
parent 4bc113cefa
commit c3fed019ab
1 changed files with 7 additions and 5 deletions

View File

@ -56,21 +56,23 @@ install:
- make
- popd
- popd
- mkdir tests/uncategorized/path_traversal_zip/
- mkdir tests/uncategorized/path_traversal_rar/
- mv path-traversal-samples/zip/*.zip tests/uncategorized/path_traversal_zip
- mv path-traversal-samples/rar/*.rar tests/uncategorized/path_traversal_rar
# Office docs
- git clone https://github.com/eea/odfpy.git
- mv odfpy/tests/examples/* tests/uncategorized/odfpy
- pushd tests/uncategorized/
- mkdir olefile && pushd olefile
- mkdir tests/uncategorized/odfpy/
- mv odfpy/tests/examples/* tests/uncategorized/odfpy/
- mkdir tests/uncategorized/olefile
- pushd tests/uncategorized/olefile
- wget https://bitbucket.org/decalage/olefileio_pl/raw/3073963b640935134ed0da34906fea8e506460be/Tests/images/test-ole-file.doc
- popd
- mkdir fraunhofer && pushd fraunhofer
- mkdir tests/uncategorized/fraunhofer && pushd tests/uncategorized/fraunhofer
- wget --no-check-certificate https://www.officedissector.com/corpus/fraunhoferlibrary.zip
- unzip -o fraunhoferlibrary.zip
- rm fraunhoferlibrary.zip
- popd
- popd
# - pushd tests/dangerous/
# - 7z x -p42 42.zip
# - popd