From a5eff2395b89b607780ad377764e8c4c28e5789e Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Wed, 9 Nov 2016 10:01:50 -0800 Subject: [PATCH] more travis-ci debugging info --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e1464a4..0e87696 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ dist: trusty before_install: - lsb_release -a - echo $PATH -- find / -ls - id - sudo id - sudo apt-add-repository -y ppa:ansible/ansible @@ -15,6 +14,10 @@ before_install: install: - ansible-playbook --extra-vars="brozzler_pip_name=file://$TRAVIS_BUILD_DIR#egg=brozzler user=travis" --inventory-file=ansible/hosts-localhost ansible/playbook.yml - pip install $TRAVIS_BUILD_DIR pytest +- ls -l /opt /opt/*/bin +- cat /etc/init/warcprox.conf +- cat /etc/init/brozzler-worker.conf +- cat /etc/init/pywb.conf script: - py.test -v -s tests after_failure: