xvfb change for Travis
This commit is contained in:
parent
26ee0e294b
commit
d63f7c9925
1 changed files with 2 additions and 2 deletions
|
@ -21,14 +21,14 @@ addons:
|
|||
apt:
|
||||
packages:
|
||||
- dbus-x11
|
||||
services:
|
||||
- xvfb
|
||||
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";
|
||||
fi
|
||||
- tar xf tarball
|
||||
before_script:
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- npm i
|
||||
- npm run build
|
||||
- if [[ $TRAVIS_REPO_SLUG = "zotero/zotero" &&
|
||||
|
|
Loading…
Reference in a new issue