zuul -> airtap

This commit is contained in:
Feross Aboukhadijeh 2018-04-12 23:46:02 -07:00
parent e85020983e
commit 04b2b55be4
3 changed files with 11 additions and 6 deletions

View File

@ -1,4 +1,5 @@
ui: tape sauce_connect: true
loopback: airtap.local
browsers: browsers:
- name: chrome - name: chrome
version: latest version: latest

View File

@ -1,6 +1,10 @@
language: node_js language: node_js
node_js: node_js:
- lts/* - lts/*
addons:
sauce_connect: true
hosts:
- airtap.local
env: env:
global: global:
- secure: Htsm8eeR11ph6lbAOLPbFfJGou8eDPQMfLXUBx6c9+QgrbBKHM1RKscJNvSi1AM1rOOKSk1pCZwqVR2n+9kQs30MxZppyIngiy5Jcz7/b5FDvnm/JkNzq+7sEeGZzRK11XmFkWuYRK9TvUaDuuo/NOc1NJc0ics/gzrjNLcT1tw= - secure: Htsm8eeR11ph6lbAOLPbFfJGou8eDPQMfLXUBx6c9+QgrbBKHM1RKscJNvSi1AM1rOOKSk1pCZwqVR2n+9kQs30MxZppyIngiy5Jcz7/b5FDvnm/JkNzq+7sEeGZzRK11XmFkWuYRK9TvUaDuuo/NOc1NJc0ics/gzrjNLcT1tw=

View File

@ -19,12 +19,12 @@
"simple-sha1": "^2.0.0" "simple-sha1": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"airtap": "0.0.4",
"bittorrent-protocol": "^2.0.0", "bittorrent-protocol": "^2.0.0",
"brfs": "^1.2.0", "brfs": "^1.2.0",
"standard": "*", "standard": "*",
"tape": "^4.0.0", "tape": "^4.0.0",
"webtorrent-fixtures": "^1.3.0", "webtorrent-fixtures": "^1.3.0"
"zuul": "^3.8.0"
}, },
"keywords": [ "keywords": [
"Extension for Peers to Send Metadata Files", "Extension for Peers to Send Metadata Files",
@ -45,8 +45,8 @@
}, },
"scripts": { "scripts": {
"test": "standard && npm run test-node && npm run test-browser", "test": "standard && npm run test-node && npm run test-browser",
"test-browser": "zuul -- test/*.js", "test-browser": "airtap -- test/*.js",
"test-browser-local": "zuul --local -- test/*.js", "test-browser-local": "airtap --local -- test/*.js",
"test-node": "tape test/*.js" "test-node": "tape test/*.js"
} }
} }