From 0ce5ee63f20a5380d314660f450dc38011d341df Mon Sep 17 00:00:00 2001 From: David Moles Date: Fri, 7 Jul 2017 15:52:22 -0700 Subject: [PATCH] Clean up extra whitespace, deprecation warnings, etc. --- .simplecov | 4 ++-- .travis.yml | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.simplecov b/.simplecov index d887c4f3..bccbd998 100644 --- a/.simplecov +++ b/.simplecov @@ -21,8 +21,8 @@ SimpleCov.configure do filters.clear add_filter '/spec/' add_filter VendorFilter.new(COVERAGE_ROOT) - SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ + SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new [ SimpleCov::Formatter::HTMLFormatter, - SimpleCov::Formatter::Console, + SimpleCov::Formatter::Console ] end diff --git a/.travis.yml b/.travis.yml index 4b5027b0..06a2cdab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,3 @@ before_script: - "sh -e /etc/init.d/xvfb start" # give xvfb some time to start - "while [ ! -e /tmp/.X11-unix/X99 ]; do sleep 1; done" - - -