mv sauce_browsers.yml out of the project root

This commit is contained in:
Chris Rebert 2013-12-29 20:25:40 -08:00
parent d18ba50837
commit 990c2392e5
2 changed files with 1 additions and 1 deletions

View File

@ -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')
}
}
}