Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a note about alternative ways to run tests on Travis against
multiple dependency resolutions
  • Loading branch information
nikhaldi committed Jan 11, 2017
commit f2c5fc985a7f2061584da9a8ef1b3ca24da655a5
2 changes: 2 additions & 0 deletions exception_notification-rake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Gem::Specification.new do |s|
# some indirect dependencies such as nokogiri) because later versions are
# not supported under the specific Ruby. This makes running tests on Travis
# under all Rubies 2.0+ possible.
# Note for future: Travis also supports giving multiple gemspecs:
# https://docs.travis-ci.com/user/languages/ruby/#Testing-against-multiple-versions-of-dependencies
if RUBY_VERSION >= '2.2'
# No restrictions known at this point
elsif RUBY_VERSION >= '2.1'
Expand Down