0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Merge pull request #12041 from twbs/mv-sauce-into-infra

mv sauce_browsers.yml out of the project root
This commit is contained in:
Chris Rebert 2013-12-29 20:29:44 -08:00
commit 7f20eff44d
2 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ module.exports = function (grunt) {
build: process.env.TRAVIS_JOB_ID,
concurrency: 3,
urls: ['http://127.0.0.1:3000/js/tests/index.html'],
browsers: grunt.file.readYAML('sauce_browsers.yml')
browsers: grunt.file.readYAML('test-infra/sauce_browsers.yml')
}
}
}