Skip to content

Commit

Permalink
zuul -> airtap
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Mar 17, 2018
1 parent b78c467 commit 0f267db
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .zuul.yml → .airtap.yml
@@ -1,4 +1,5 @@
ui: tape
sauce_connect: true
loopback: airtap.local
browsers:
- name: chrome
version: latest
Expand All @@ -8,5 +9,5 @@ browsers:
version: latest
- name: microsoftedge
version: latest
- name: ie
- name: iphone
version: latest
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,6 +1,10 @@
language: node_js
node_js:
- 'iojs'
- lts/*
addons:
sauce_connect: true
hosts:
- airtap.local
env:
global:
- secure: T7mCjAOoVie1FZmArsemYTcZcw7qCBwmZAZG1s0nRZNEoa5HilHRntUtIUzKf8Kd9lpibAjcF2DBDieq5AiaQIANfcPhxzp31nDRwPEsF5rFhHKYdWRsPyRrv3D387VH/X5xZ5I1Mk9vAvZzqd6mGdlPYZ0YPAG0aNOalQnRXOM=
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {},
"devDependencies": {
"airtap": "0.0.4",
"standard": "*",
"tape": "^4.0.0",
"zuul": "^3.1.0"
"tape": "^4.0.0"
},
"homepage": "https://github.com/feross/run-parallel",
"keywords": [
Expand All @@ -35,8 +35,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"
}
}

0 comments on commit 0f267db

Please sign in to comment.