Returning value from Builder's update to try and appease Travis' setup.

This commit is contained in:
Lonnie Ezell 2017-08-10 23:58:36 -05:00
parent a4420b4d4e
commit d18195c689
No known key found for this signature in database
GPG Key ID: 8EB408F8D82F5002

View File

@ -1894,6 +1894,8 @@ class BaseBuilder
return true;
}
}
return true;
}
//--------------------------------------------------------------------