Skip to content

Commit

Permalink
Fix tests and add ruby 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill committed Jan 18, 2016
1 parent 010a7a2 commit 82561d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,9 +1,11 @@
sudo: false
language:
- ruby

rvm:
- "1.9.3"
- "2.0.0"
- "2.2.0"

script:
- bundle install --without debug
Expand Down
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -12,7 +12,3 @@ group :test do
gem 'mocha', "~> 0.14.0"
gem 'rubocop', "0.24.1"
end

group :debug do
gem 'debugger' if RUBY_VERSION == "1.9.3"
end

0 comments on commit 82561d2

Please sign in to comment.