0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #12252 from browserstack/browserstack-runner

Browserstack runner tunnel timeout
This commit is contained in:
Chris Rebert 2014-01-15 23:14:13 -08:00
commit 81610c6048
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
"username": "--secure--",
"key": "--secure--",
"test_path": "js/tests/index.html",
"debug": true,
"browsers": [
{
"browser": "firefox",

View File

@ -25,7 +25,7 @@
}
],
"devDependencies": {
"browserstack-runner": "~0.0.13",
"browserstack-runner": "~0.0.14",
"btoa": "~1.1.1",
"grunt": "~0.4.2",
"grunt-banner": "~0.2.0",