From 990c2392e5ff06d57ba4272de7563a42ddf3d38e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 29 Dec 2013 20:25:40 -0800 Subject: [PATCH] mv sauce_browsers.yml out of the project root --- Gruntfile.js | 2 +- sauce_browsers.yml => test-infra/sauce_browsers.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename sauce_browsers.yml => test-infra/sauce_browsers.yml (100%) 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