updated saucelabs options

This commit is contained in:
Vitaly Puzrin 2014-06-09 00:32:30 +04:00
parent 56c63a1fb2
commit a9b9569a08

View file

@ -58,9 +58,9 @@ module.exports = function(grunt) {
all: { all: {
options: { options: {
urls: ['http://127.0.0.1:9999/test/browser/test.html'], urls: ['http://127.0.0.1:9999/test/browser/test.html'],
build: process.env.TRAVIS_JOB_ID || ('local' + ~~(Math.random()*1000)), build: process.env.TRAVIS_JOB_NUMBER || ('local' + ~~(Math.random()*1000)),
browsers: browsers, browsers: browsers,
concurrency: 3, throttled: 3,
testname: process.env.SAUCE_PROJ || 'mocha tests' testname: process.env.SAUCE_PROJ || 'mocha tests'
} }
} }