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:
-rw-r--r--.airtap.yml (renamed from .zuul.yml)3
-rw-r--r--.travis.yml7
-rw-r--r--package.json4
3 files changed, 9 insertions, 5 deletions
diff --git a/.zuul.yml b/.airtap.yml
index 6f2c7b6..dfc57a0 100644
--- a/.zuul.yml
+++ b/.airtap.yml
@@ -1,4 +1,5 @@
-ui: tape
+sauce_connect: true
+loopback: airtap.local
browsers:
- name: chrome
version: -1..latest
diff --git a/.travis.yml b/.travis.yml
index b9cac9a..5263d1b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,9 +7,12 @@ env:
- secure: AJsEWFnWC5W8hcF3hJzm3PT7heazJpKg85xiSvIWVzLHZU/s0h4+WfJ6t0F9v3L4awaowm62vy8CRaxRkB4lJyJg+JK2K0QN7lNFGj2f8Jx2cFlVJ1IyY959GY4iUg66JrNj1yzS02+yQfweDngyifqzb7IlxnowiveDjUO2gyo=
- secure: hvihwLUqlPchrGFXKWFF7iKRugISU7r/gLBo6O63nPeg0OwnYqYcC2BnBWoSiOdu9oR5bM4a5u0os04XL+bP3dqt324g0uBTqvyyxD6NhBsphVFkUmdUH3HMe7IQY6JTns96KT/6UkQapKhIuW4CUDeidR+5NFKvyRdKIjSawS4=
-# For Electron testing on Linux
-# https://github.com/electron/electron/blob/master/docs/tutorial/testing-on-headless-ci.md
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
diff --git a/package.json b/package.json
index 4fed9cc..ef3602f 100644
--- a/package.json
+++ b/package.json
@@ -70,6 +70,7 @@
"zero-fill": "^2.2.3"
},
"devDependencies": {
+ "airtap": "0.0.1",
"babili": "^0.1.4",
"bittorrent-tracker": "^9.4.0",
"brfs": "^1.4.3",
@@ -82,8 +83,7 @@
"serve-static": "^1.11.1",
"standard": "*",
"tape": "^4.6.0",
- "webtorrent-fixtures": "^1.5.0",
- "zuul": "^3.10.1"
+ "webtorrent-fixtures": "^1.5.0"
},
"engines": {
"node": ">=4"