mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-05 11:20:58 +01:00
updated saucelabs options
This commit is contained in:
parent
56c63a1fb2
commit
a9b9569a08
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue