Update .travis.yml

This commit is contained in:
Barbara Miller 2020-07-09 12:46:04 -07:00 committed by GitHub
parent c86ad357a8
commit 17ea3ea1c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ install:
- sudo cat /var/log/brozzler-worker.log
- sudo cat /var/log/warcprox.log
script:
- travis_wait "DISPLAY=:1 py.test --tb=native -v tests"
- DISPLAY=:1 travis_wait py.test --tb=native -v tests
after_failure:
- chromium-browser --version
- sudo kill -QUIT $(sudo svstat /etc/service/warcprox | egrep -o 'pid [0-9]+' | awk '{print $2}')