www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 70ade61b75ffe4f057f2a70a296df935855b8a97
parent dae0986b9bec5a2e1008fa3b38fba8d0fe57551c
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 15 Aug 2017 21:39:46 +0200

Fix "Client failed to connect to the D-BUS daemon" in Travis output

Diffstat:
M.travis.yml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -18,6 +18,10 @@ matrix: # - env: FX_CHANNEL="beta" notifications: email: false +addons: + apt: + packages: + - dbus-x11 install: - if [ $FX_VERSION = "52.0.3" ]; then wget -O tarball "https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-release-linux64-add-on-devel/1491732920/firefox-52.0.3.en-US.linux-x86_64-add-on-devel.tar.bz2"; @@ -49,5 +53,7 @@ before_script: --skip_cleanup=true; fi - unset AWS_SECRET_ACCESS_KEY + # Fix warnings in output + - dbus-launch script: - test/runtests.sh -x firefox/firefox -f