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>2016-05-04 16:28:34 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-05-04 16:28:34 +0300
commite3b50226c1f51be33dd9b9f6f88310c1cf29254c (patch)
tree97e945314e978816bfae695585a7a6a6d25716cc /.travis.yml
parent64506aef23fff33e245c977b551d7a292dd1d93f (diff)
reduce number of tests -- increase test speed
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2b3068a..782a697 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,12 @@
language: node_js
node_js:
- 'node'
- - '5'
- - '4'
sudo: false
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:
+ # For Electron testing on Linux
+ # https://github.com/atom/electron/issues/4194#issuecomment-173925019
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start