mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-20 12:54:23 -04:00
cat logs on travis-ci failure
This commit is contained in:
parent
125a31165a
commit
054cb255ac
2 changed files with 6 additions and 1 deletions
|
@ -12,3 +12,8 @@ install:
|
|||
- pip install $TRAVIS_BUILD_DIR pytest
|
||||
script:
|
||||
- py.test -v -s tests
|
||||
after_failure:
|
||||
- sudo cat /var/log/upstart/warcprox.log
|
||||
- sudo cat /var/log/upstart/brozzler-worker.log
|
||||
- sudo cat /var/log/upstart/pywb.log
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
|||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.1b7.dev117',
|
||||
version='1.1b7.dev118',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/internetarchive/brozzler',
|
||||
author='Noah Levitt',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue