Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Frazier <1212jtraceur@gmail.com>2016-02-09 07:09:18 +0300
committerJoseph Frazier <1212jtraceur@gmail.com>2016-02-09 07:56:38 +0300
commitcc4e3f0dff95d89d54ad4975a5b203d198f36398 (patch)
tree92fa93097104ac841041e9c473fb5dd82a27bc93 /.travis.yml
parentfa40431404bd852b9aae78d6116ee20fe80299f4 (diff)
Configure xvfb on Travis for Electron
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f03780f..50142f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,3 +8,7 @@ env:
global:
- secure: AJsEWFnWC5W8hcF3hJzm3PT7heazJpKg85xiSvIWVzLHZU/s0h4+WfJ6t0F9v3L4awaowm62vy8CRaxRkB4lJyJg+JK2K0QN7lNFGj2f8Jx2cFlVJ1IyY959GY4iUg66JrNj1yzS02+yQfweDngyifqzb7IlxnowiveDjUO2gyo=
- secure: hvihwLUqlPchrGFXKWFF7iKRugISU7r/gLBo6O63nPeg0OwnYqYcC2BnBWoSiOdu9oR5bM4a5u0os04XL+bP3dqt324g0uBTqvyyxD6NhBsphVFkUmdUH3HMe7IQY6JTns96KT/6UkQapKhIuW4CUDeidR+5NFKvyRdKIjSawS4=
+# Get Electron working
+# https://github.com/atom/electron/issues/4194#issuecomment-173925019
+before_script:
+ - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start