Skip to content

Commit

Permalink
Merge pull request #435 from nkzawa/patch-18
Browse files Browse the repository at this point in the history
Fix ngrok issues
  • Loading branch information
rauchg committed Nov 19, 2015
2 parents d6d4ec2 + c332633 commit d5795d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .zuul.yml
Expand Up @@ -2,7 +2,6 @@ ui: mocha-bdd
server: ./test/support/server.js
tunnel:
type: ngrok
authtoken: 6Aw8vTgcG5EvXdQywVvbh_54fseiTyrsQcztGc8uwB3
proto: tcp
browsers:
- name: chrome
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -45,8 +45,8 @@
"express": "3.4.8",
"istanbul": "0.2.3",
"mocha": "1.16.2",
"zuul": "1.17.1",
"zuul-ngrok": "3.1.0"
"zuul": "3.7.2",
"zuul-ngrok": "3.2.0"
},
"scripts": {
"test": "make test"
Expand Down

0 comments on commit d5795d8

Please sign in to comment.