0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

move sauce_browsers.yml into /grunt/; fixes #13065

This commit is contained in:
Chris Rebert 2014-03-16 20:30:04 -07:00
parent 7cf7e42c67
commit 96525fdec4
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -26,7 +26,8 @@
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests"
"js/tests",
"test-infra"
],
"dependencies": {
"jquery": ">= 1.9.0"