From a4e37c9d0ac52eb6383c8800ad9f821395a79452 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 4 Mar 2013 03:12:31 +0100 Subject: [PATCH] Change default format to pretty and create travis profile --- cucumber.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cucumber.yml b/cucumber.yml index ff1d0580b29..78342a171c1 100644 --- a/cucumber.yml +++ b/cucumber.yml @@ -1,2 +1,3 @@ -default: --format progress +default: --format pretty +travis: --format progress html_report: --format progress --format html --out=features_report.html