]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
grunt-saucelabs now uses `throttled` instead of `concurrency`
authorChris Rebert <github@rebertia.com>
Mon, 8 Dec 2014 22:58:06 +0000 (14:58 -0800)
committerChris Rebert <github@rebertia.com>
Mon, 8 Dec 2014 22:58:06 +0000 (14:58 -0800)
[skip validator]

Gruntfile.js

index 5f7b6b342e9cebb0b224036de5f819c8a90b63ab..cefef94d5144f36338f0bff47e58f1eafdd7dc88 100644 (file)
@@ -370,7 +370,7 @@ module.exports = function (grunt) {
       all: {
         options: {
           build: process.env.TRAVIS_JOB_ID,
-          concurrency: 10,
+          throttled: 10,
           maxRetries: 3,
           urls: ['http://127.0.0.1:3000/js/tests/index.html'],
           browsers: grunt.file.readYAML('grunt/sauce_browsers.yml')