diff --git a/Gruntfile.js b/Gruntfile.js index 46d5184b01..3f977dbfc7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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') } } } diff --git a/sauce_browsers.yml b/test-infra/sauce_browsers.yml similarity index 100% rename from sauce_browsers.yml rename to test-infra/sauce_browsers.yml