diff --git a/lib/tasks/cucumber.rake b/lib/tasks/cucumber.rake index 0f7829077..57e29803d 100644 --- a/lib/tasks/cucumber.rake +++ b/lib/tasks/cucumber.rake @@ -19,7 +19,7 @@ begin t.fork = true # You may get faster startup if you set this to false t.profile = 'default' cucumber_opts = "" - cucumber_opts << " -f pretty" unless ENV["TRAVIS"] + cucumber_opts << " -f pretty" cucumber_opts << ((ENV["GROUP"] == "oauth") ? " --tags @oauth-group" : " --tags ~@oauth-group") t.cucumber_opts = cucumber_opts end