Skip to content

Commit

Permalink
Merge pull request #306 from deivid-rodriguez/add_atom_plugin_to_readme
Browse files Browse the repository at this point in the history
Add Atom plugin to README
  • Loading branch information
David Rodríguez authored Nov 22, 2016
2 parents 887dc6e + 9c156fa commit e597344
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ before_script:

script:
- bundle exec rake clobber compile test sign_hooks overcommit
- bundle exec codeclimate-test-reporter
- bundle exec codeclimate-test-reporter || test true

rvm:
- 2.1.10
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ started. Proper documentation will be eventually written.
connected.
* [minitest-byebug] starts a byebug session on minitest failures.
* [sublime_debugger] provides a plugin for ruby debugging on Sublime Text.
* [atom-byebug] provides integration with the Atom editor [EXPERIMENTAL].

## Contribute

Expand All @@ -168,3 +169,4 @@ software, especially:
[ruby-debug-passenger]: https://github.com/davejamesmiller/ruby-debug-passenger
[minitest-byebug]: https://github.com/kaspth/minitest-byebug
[sublime_debugger]: https://github.com/shuky19/sublime_debugger
[atom-byebug]: https://github.com/izaera/atom-byebug
3 changes: 1 addition & 2 deletions test/support/coverage.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#
# Starts code coverage tracking. If running on CI, use codeclimate's wrapper to
# report results to them.
# Starts code coverage tracking.
#
def start_coverage_tracking
require 'simplecov'
Expand Down

0 comments on commit e597344

Please sign in to comment.