Pull requests are marked as 'false', not missing
This commit is contained in:
parent
e8a12133f8
commit
2988cc2bee
@ -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');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user