diff options
| author | Chris Rebert <[email protected]> | 2014-06-24 12:36:18 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-06-24 12:36:18 -0700 |
| commit | 389210fca6960f9113d35bf3a0ebdf9ebee9979f (patch) | |
| tree | ef8080d2461a3e71f6d2322cbc5dfe237d9744c2 /package.json | |
| parent | dad6d4445cafd09547a6606d8e3a33584c9dad9b (diff) | |
| parent | 6ec5b8cea8c7a787db3ae1393f258f2803c4da23 (diff) | |
| download | bootstrap-389210fca6960f9113d35bf3a0ebdf9ebee9979f.tar.xz bootstrap-389210fca6960f9113d35bf3a0ebdf9ebee9979f.zip | |
Merge pull request #13918 from twbs/sauce-with-retries
Enable retrying of timed-out Sauce tests
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index be5b06ff0..bd4c8a153 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "grunt-html-validation": "~0.1.18", "grunt-jekyll": "~0.4.2", "grunt-jscs-checker": "~0.6.0", - "grunt-saucelabs": "~8.0.3", + "grunt-saucelabs": "~8.1.0", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.6.0", "markdown": "~0.5.0", |
