Skip to content

Commit

Permalink
Merge 8294e88 into d572d65
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Jun 3, 2020
2 parents d572d65 + 8294e88 commit 69ca183
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
dist: bionic
sudo: false
language: ruby

rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
# Bundler+Rubygems issue; see https://github.com/travis-ci/travis-ci/issues/8978
before_install:
- gem update --system
2 changes: 1 addition & 1 deletion test/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
require 'minitest/spec'
require 'minitest/unit'
require 'shoulda-context'
require 'mocha/mini_test'
require 'mocha/minitest'
class Minitest::Test
include Ruport
end
Expand Down

0 comments on commit 69ca183

Please sign in to comment.