Skip to content

Commit

Permalink
try ngrok
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmetcalf committed May 19, 2016
1 parent 1227f62 commit e9589f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,17 @@
"util-deprecate": "~1.0.1"
},
"devDependencies": {
"assert": "~1.4.0",
"nyc": "^6.4.0",
"tap": "~0.7.1",
"tape": "~4.5.1",
"zuul": "~3.9.0",

This comment has been minimized.

Copy link
@lpinca

lpinca May 20, 2016

Member

If you update to zuul@3.10.1 everything should pass including the iOS versions currently under "allow_failures". See defunctzombie/zuul#272.

This comment has been minimized.

Copy link
@calvinmetcalf

calvinmetcalf via email May 20, 2016

Author Contributor

This comment has been minimized.

Copy link
@lpinca

lpinca May 20, 2016

Member

👍

"assert": "~1.4.0"
"zuul-ngrok": "^4.0.0"
},
"scripts": {
"test": "tap test/parallel/*.js test/ours/*.js",
"browser": "npm run write-zuul && zuul -- test/browser.js",
"write-zuul": "printf \"ui: tape\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml",
"write-zuul": "printf \"ui: tape\ntunnel: ngrok\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml",
"local": "zuul --local -- test/browser.js",
"cover": "nyc npm test",
"report": "nyc report --reporter=lcov"
Expand Down

0 comments on commit e9589f0

Please sign in to comment.