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

.travis.yml - github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 782a697f7cce1ff7ce066cf55de35be0286870ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
node_js:
  - 'node'
sudo: false
env:
  global:
  - secure: AJsEWFnWC5W8hcF3hJzm3PT7heazJpKg85xiSvIWVzLHZU/s0h4+WfJ6t0F9v3L4awaowm62vy8CRaxRkB4lJyJg+JK2K0QN7lNFGj2f8Jx2cFlVJ1IyY959GY4iUg66JrNj1yzS02+yQfweDngyifqzb7IlxnowiveDjUO2gyo=
  - secure: hvihwLUqlPchrGFXKWFF7iKRugISU7r/gLBo6O63nPeg0OwnYqYcC2BnBWoSiOdu9oR5bM4a5u0os04XL+bP3dqt324g0uBTqvyyxD6NhBsphVFkUmdUH3HMe7IQY6JTns96KT/6UkQapKhIuW4CUDeidR+5NFKvyRdKIjSawS4=
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