Nudge travis by commenting a little

This commit is contained in:
Jonathan Turner 2016-07-15 06:52:19 -04:00
parent bf66a4840b
commit dae8d073d4

View file

@ -33,6 +33,7 @@ pub trait Emitter {
impl Emitter for EmitterWriter {
fn emit(&mut self, db: &DiagnosticBuilder) {
// Pick old school mode either from env or let the test dictate the format
let old_school = match self.format_mode {
FormatMode::NewErrorFormat => false,
FormatMode::OriginalErrorFormat => true,