Skip to content
Snippets Groups Projects
Commit b1bdbb54 authored by jurgenhaas's avatar jurgenhaas
Browse files

Update behat config also in CI context

parent e6505774
Branches
Tags v1.1.3
No related merge requests found
......@@ -27,8 +27,8 @@ class Handler extends BaseHandler {
*/
public function configureProject($overwrite = FALSE) {
// We only do the fancy stuff for developers.
if (!$this->isDevMode()) {
// We only do the fancy stuff for developers and for CI.
if (!$this->isDevMode() && !$this->isCiContext()) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment