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:
authorFeross Aboukhadijeh <feross@feross.org>2020-11-26 05:41:55 +0300
committerFeross Aboukhadijeh <feross@feross.org>2020-11-26 05:41:55 +0300
commit428fd84625369df15c8b0212a5270cbe0f3c998e (patch)
treed8d95a247d0a8b8071a940421a014dcccd34e665 /.travis.yml
parent57fa41e1c4fa5047a71d42a5534ebad54bacc157 (diff)
test: remove electron -- not used
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index ca0d83e..16bb5b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,11 +10,3 @@ addons:
sauce_connect: true
hosts:
- airtap.local
- # For Electron testing on Linux
- # https://github.com/electron/electron/blob/master/docs/tutorial/testing-on-headless-ci.md
- apt:
- packages:
- - xvfb
-before_script:
- - export DISPLAY=':99.0'
- - Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &