diff options
| -rw-r--r-- | Gruntfile.js | 2 | ||||
| -rw-r--r-- | test-infra/sauce_browsers.yml (renamed from sauce_browsers.yml) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 46d5184b0..3f977dbfc 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 index a43051405..a43051405 100644 --- a/sauce_browsers.yml +++ b/test-infra/sauce_browsers.yml |
