Skip to content

Commit

Permalink
Kill Firefox after_script to avoid never ending "GConf-WARNING **: Th…
Browse files Browse the repository at this point in the history
…e connection to DBus was broken." messages
  • Loading branch information
hvelarde committed Dec 6, 2016
1 parent c53b74c commit 607d2bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sudo: false
cache:
directories:
- eggs
addons:
firefox: latest-esr
env:
- PLONE_VERSION=4.3
- PLONE_VERSION=5.0
Expand All @@ -25,5 +27,10 @@ after_success:
- bin/createcoverage -t "--layer=!Robot"
- pip install -q coveralls
- coveralls
after_script:
# Firefox complains: GConf-WARNING **: Got Disconnected from DBus.
# And then it keeps hanging, causing a failed job after 30-50 minutes.
# So we just kill Firefox.
- pkill -9 firefox
notifications:
irc: irc.freenode.org#simplesconsultoria

0 comments on commit 607d2bd

Please sign in to comment.