Print a failing build so I can debug on travis
This commit is contained in:
parent
b6befd3fc3
commit
01f899f529
4 changed files with 4 additions and 2 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue