]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
move sauce_browsers.yml into /grunt/; fixes #13065
authorChris Rebert <code@rebertia.com>
Mon, 17 Mar 2014 03:30:04 +0000 (20:30 -0700)
committerChris Rebert <code@rebertia.com>
Mon, 17 Mar 2014 03:30:50 +0000 (20:30 -0700)
Gruntfile.js
bower.json
grunt/sauce_browsers.yml [moved from test-infra/sauce_browsers.yml with 100% similarity]

index 7d55f4089f6b80f2c270ab2c5487ba22fdd96007..4cfcade9ffd270aac568b0814352384c80d355db 100644 (file)
@@ -390,7 +390,7 @@ module.exports = function (grunt) {
           build: process.env.TRAVIS_JOB_ID,
           concurrency: 10,
           urls: ['http://127.0.0.1:3000/js/tests/index.html'],
-          browsers: grunt.file.readYAML('test-infra/sauce_browsers.yml')
+          browsers: grunt.file.readYAML('grunt/sauce_browsers.yml')
         }
       }
     },
index 7590d787e3bb38fe5913d7d16ae8b921ccfca32b..965ed2f1c91b9634f5d9b0802fa8f66b13de43d1 100644 (file)
@@ -26,7 +26,8 @@
     "composer.json",
     "CONTRIBUTING.md",
     "docs",
-    "js/tests"
+    "js/tests",
+    "test-infra"
   ],
   "dependencies": {
     "jquery": ">= 1.9.0"