]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
mv sauce_browsers.yml out of the project root 12041/head
authorChris Rebert <code@rebertia.com>
Mon, 30 Dec 2013 04:25:40 +0000 (20:25 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 30 Dec 2013 04:25:40 +0000 (20:25 -0800)
Gruntfile.js
test-infra/sauce_browsers.yml [moved from sauce_browsers.yml with 100% similarity]

index 46d5184b01b5458c489ab95dcb52f6bd8beb93b7..3f977dbfc775486b5d5bb40442abc0db9041b7e8 100644 (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')
         }
       }
     }