Skip to content

Commit

Permalink
zuul -> airtap
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Mar 8, 2018
1 parent f7c4fb8 commit ef5d8c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .zuul.yml → .airtap.yml
@@ -1,4 +1,5 @@
ui: tape
sauce_connect: true
loopback: airtap.local
browsers:
- name: chrome
version: latest
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,10 @@ language: node_js
node_js:
- lts/*
sudo: false
addons:
sauce_connect: true
hosts:
- airtap.local
env:
global:
- secure: LWgzkRPcPrWwgLSkwGZpmfMBcwBWBl411hzcgLZmHEXR/NnWa2g/12v2WVmYP5THmKGwgTQFHmB1gDpCbnw5dhZKc4GiGSYZHij789rR1WCxDnmc3+SpiFdhUiLqeQNyjMKGLHnq7T4gE+OwZ0GfBAJo1MoRZvJeMC9tt2ZJ0sY=
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -30,12 +30,12 @@
"xtend": "^4.0.1"
},
"devDependencies": {
"airtap": "0.0.4",
"brfs": "^1.1.2",
"parse-torrent": "^5.0.0",
"standard": "*",
"tape": "^4.0.0",
"webtorrent-fixtures": "^1.4.0",
"zuul": "^3.0.0"
"webtorrent-fixtures": "^1.4.0"
},
"engines": {
"node": ">=4"
Expand All @@ -61,8 +61,8 @@
},
"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "zuul -- test/browser/*.js",
"test-browser-local": "zuul --local -- test/browser/*.js",
"test-browser": "airtap -- test/browser/*.js",
"test-browser-local": "airtap --local -- test/browser/*.js",
"test-node": "tape test/*.js"
},
"standard": {
Expand Down

0 comments on commit ef5d8c4

Please sign in to comment.