Skip to content

Commit

Permalink
Merge pull request #15 from grierforensics/fix-travis-config
Browse files Browse the repository at this point in the history
Ignore SSL certificate in Travis config
  • Loading branch information
naegelejd committed Oct 13, 2017
2 parents 2654eda + 0046d65 commit bac71b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- pip install codecov
- python setup.py -q install
- pushd test/fraunhoferlibrary
- wget https://www.officedissector.com/corpus/fraunhoferlibrary.zip
- wget --no-check-certificate https://www.officedissector.com/corpus/fraunhoferlibrary.zip
- unzip -o fraunhoferlibrary.zip
- popd

Expand Down

0 comments on commit bac71b5

Please sign in to comment.