Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • guard-org/guard
1 result
Show changes
Commits on Source (2)
Loading
Loading
@@ -15,7 +15,6 @@ env:
- JRUBY_OPTS="--debug"
script:
- bundle exec rake
- bundle exec codeclimate-test-reporter
bundler_args: --without development
cache: bundler
addons:
Loading
Loading
Loading
Loading
@@ -40,7 +40,6 @@ group :test do
gem "guard-rspec", require: false
 
gem "aruba", "~> 0.9", require: false
gem "codeclimate-test-reporter", require: nil
gem "notiffany", ">= 0.0.6", require: false
gem "rspec", ">= 3.0.0", require: false
end
Loading
Loading