Pull requests are marked as 'false', not missing
This commit is contained in:
parent
e8a12133f8
commit
2988cc2bee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue