Browse Source

Pull requests are marked as 'false', not missing

Kevin Brown 10 năm trước cách đây
mục cha
commit
2988cc2bee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -323,7 +323,7 @@ module.exports = function (grunt) {
   ciTasks.push('connect:tests');
 
   // Can't run Sauce Labs tests in pull requests
-  if (process.env.TRAVIS_PULL_REQUEST == null) {
+  if (process.env.TRAVIS_PULL_REQUEST == 'false') {
     ciTasks.push('saucelabs-qunit');
   }