Commit 7f20eff4 authored by Chris Rebert's avatar Chris Rebert

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

mv sauce_browsers.yml out of the project root
parents d18ba508 990c2392
...@@ -270,7 +270,7 @@ module.exports = function (grunt) { ...@@ -270,7 +270,7 @@ module.exports = function (grunt) {
build: process.env.TRAVIS_JOB_ID, build: process.env.TRAVIS_JOB_ID,
concurrency: 3, concurrency: 3,
urls: ['http://127.0.0.1:3000/js/tests/index.html'], 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')
} }
} }
} }
......
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