zuul -> airtap
This commit is contained in:
parent
e85020983e
commit
04b2b55be4
@ -1,4 +1,5 @@
|
||||
ui: tape
|
||||
sauce_connect: true
|
||||
loopback: airtap.local
|
||||
browsers:
|
||||
- name: chrome
|
||||
version: latest
|
@ -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=
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user