Fix "Client failed to connect to the D-BUS daemon" in Travis output
This commit is contained in:
parent
dae0986b9b
commit
70ade61b75
|
@ -18,6 +18,10 @@ matrix:
|
||||||
# - env: FX_CHANNEL="beta"
|
# - env: FX_CHANNEL="beta"
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- dbus-x11
|
||||||
install:
|
install:
|
||||||
- if [ $FX_VERSION = "52.0.3" ]; then
|
- 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";
|
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;
|
--skip_cleanup=true;
|
||||||
fi
|
fi
|
||||||
- unset AWS_SECRET_ACCESS_KEY
|
- unset AWS_SECRET_ACCESS_KEY
|
||||||
|
# Fix warnings in output
|
||||||
|
- dbus-launch
|
||||||
script:
|
script:
|
||||||
- test/runtests.sh -x firefox/firefox -f
|
- test/runtests.sh -x firefox/firefox -f
|
||||||
|
|
Loading…
Reference in New Issue
Block a user