Skip to content

Commit 2988cc2

Browse files
committed
Pull requests are marked as 'false', not missing
1 parent e8a1213 commit 2988cc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ module.exports = function (grunt) {
323323
ciTasks.push('connect:tests');
324324

325325
// Can't run Sauce Labs tests in pull requests
326-
if (process.env.TRAVIS_PULL_REQUEST == null) {
326+
if (process.env.TRAVIS_PULL_REQUEST == 'false') {
327327
ciTasks.push('saucelabs-qunit');
328328
}
329329

0 commit comments

Comments
 (0)