Commit 96525fde authored by Chris Rebert's avatar Chris Rebert

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

parent 7cf7e42c
......@@ -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')
}
}
},
......
......@@ -26,7 +26,8 @@
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests"
"js/tests",
"test-infra"
],
"dependencies": {
"jquery": ">= 1.9.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment