0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-17 14:54:30 +01:00

karma: add v4 in Browserstack build ID (#32502)

This commit is contained in:
XhmikosR 2021-01-08 10:05:56 +02:00 committed by GitHub
parent d1e0610a45
commit 4620b9838b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ if (bundle) {
conf.browserStack = {
username: process.env.BROWSER_STACK_USERNAME,
accessKey: process.env.BROWSER_STACK_ACCESS_KEY,
build: `bootstrap-${new Date().toISOString()}`,
build: `bootstrap-v4-${new Date().toISOString()}`,
project: 'Bootstrap',
retryLimit: 2
}