Skip to content

Commit

Permalink
reduce Travis Rubies to 2.0.0 and 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Jun 3, 2015
1 parent 4800246 commit 5fb290b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,7 @@ language: ruby
bundler_args: --without tool
rvm:
- 2.0.0
- 2.1.5
- 2.2.0
- 2.2.1
- jruby-19mode
- rbx
gemfile:
Expand Down
7 changes: 7 additions & 0 deletions spec/spec_helper.rb
@@ -1,5 +1,12 @@
require "rspec"

# To help produce better bug reports in Rubinius
if RUBY_ENGINE == "rbx"
$DEBUG = true # would be nice if this didn't fail ... :(
require 'rspec/matchers'
require 'rspec/matchers/built_in/be'
end

if ENV["CI"]
require "coveralls"
Coveralls.wear!
Expand Down

0 comments on commit 5fb290b

Please sign in to comment.