We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf7e42 commit 96525fdCopy full SHA for 96525fd
Gruntfile.js
@@ -390,7 +390,7 @@ module.exports = function (grunt) {
390
build: process.env.TRAVIS_JOB_ID,
391
concurrency: 10,
392
urls: ['http://127.0.0.1:3000/js/tests/index.html'],
393
- browsers: grunt.file.readYAML('test-infra/sauce_browsers.yml')
+ browsers: grunt.file.readYAML('grunt/sauce_browsers.yml')
394
}
395
396
},
bower.json
@@ -26,7 +26,8 @@
26
"composer.json",
27
"CONTRIBUTING.md",
28
"docs",
29
- "js/tests"
+ "js/tests",
30
+ "test-infra"
31
],
32
"dependencies": {
33
"jquery": ">= 1.9.0"
test-infra/sauce_browsers.yml renamed to grunt/sauce_browsers.yml
0 commit comments