Skip to content

Commit

Permalink
specified to use minitest-5 for rubinius
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed May 4, 2016
1 parent fae9598 commit d6e0b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rvm:
- jruby-9.1.0.0
- jruby-head
- rbx-2
- rbx-3
- rbx
before_install:
- gem update bundler --no-document
before_script:
Expand All @@ -22,8 +22,6 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2
- rvm: rbx-3
notifications:
email:
- [email protected]
1 change: 1 addition & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$:.unshift File.expand_path('../../lib', __FILE__)

gem 'minitest', '~> 5'
require 'minitest/autorun'
require 'rake'
require 'tmpdir'
Expand Down

0 comments on commit d6e0b9c

Please sign in to comment.