From 04b2b55be449b63da688f98ed649fea5bd22664c Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 12 Apr 2018 23:46:02 -0700 Subject: [PATCH] zuul -> airtap --- .zuul.yml => .airtap.yml | 3 ++- .travis.yml | 6 +++++- package.json | 8 ++++---- 3 files changed, 11 insertions(+), 6 deletions(-) rename .zuul.yml => .airtap.yml (82%) diff --git a/.zuul.yml b/.airtap.yml similarity index 82% rename from .zuul.yml rename to .airtap.yml index c96e69c..bdb9a61 100644 --- a/.zuul.yml +++ b/.airtap.yml @@ -1,4 +1,5 @@ -ui: tape +sauce_connect: true +loopback: airtap.local browsers: - name: chrome version: latest diff --git a/.travis.yml b/.travis.yml index f3ef288..f4644ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: node_js node_js: -- lts/* + - lts/* +addons: + sauce_connect: true + hosts: + - airtap.local env: global: - secure: Htsm8eeR11ph6lbAOLPbFfJGou8eDPQMfLXUBx6c9+QgrbBKHM1RKscJNvSi1AM1rOOKSk1pCZwqVR2n+9kQs30MxZppyIngiy5Jcz7/b5FDvnm/JkNzq+7sEeGZzRK11XmFkWuYRK9TvUaDuuo/NOc1NJc0ics/gzrjNLcT1tw= diff --git a/package.json b/package.json index 7c574d8..94ccbde 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ "simple-sha1": "^2.0.0" }, "devDependencies": { + "airtap": "0.0.4", "bittorrent-protocol": "^2.0.0", "brfs": "^1.2.0", "standard": "*", "tape": "^4.0.0", - "webtorrent-fixtures": "^1.3.0", - "zuul": "^3.8.0" + "webtorrent-fixtures": "^1.3.0" }, "keywords": [ "Extension for Peers to Send Metadata Files", @@ -45,8 +45,8 @@ }, "scripts": { "test": "standard && npm run test-node && npm run test-browser", - "test-browser": "zuul -- test/*.js", - "test-browser-local": "zuul --local -- test/*.js", + "test-browser": "airtap -- test/*.js", + "test-browser-local": "airtap --local -- test/*.js", "test-node": "tape test/*.js" } }