Skip to content

Commit 96525fd

Browse files
committed
move sauce_browsers.yml into /grunt/; fixes twbs#13065
1 parent 7cf7e42 commit 96525fd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ module.exports = function (grunt) {
390390
build: process.env.TRAVIS_JOB_ID,
391391
concurrency: 10,
392392
urls: ['http://127.0.0.1:3000/js/tests/index.html'],
393-
browsers: grunt.file.readYAML('test-infra/sauce_browsers.yml')
393+
browsers: grunt.file.readYAML('grunt/sauce_browsers.yml')
394394
}
395395
}
396396
},

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"composer.json",
2727
"CONTRIBUTING.md",
2828
"docs",
29-
"js/tests"
29+
"js/tests",
30+
"test-infra"
3031
],
3132
"dependencies": {
3233
"jquery": ">= 1.9.0"
File renamed without changes.

0 commit comments

Comments
 (0)