Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
Clean up extra whitespace, deprecation warnings, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Moles committed Jul 7, 2017
1 parent d4fdf32 commit 0ce5ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .simplecov
Expand Up @@ -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
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -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"



0 comments on commit 0ce5ee6

Please sign in to comment.