Print a failing build so I can debug on travis

This commit is contained in:
Thomas Reynolds 2015-12-13 13:59:44 -08:00
parent b6befd3fc3
commit 01f899f529
4 changed files with 4 additions and 2 deletions

View file

@ -64,6 +64,7 @@ module Middleman::Cli
if builder.run!
clean_directories! if options['clean']
shell.say "Project built successfully."
else
msg = 'There were errors during this build'
unless options['verbose']