Skip to content

Commit

Permalink
Merge fd95bef into 6323ad0
Browse files Browse the repository at this point in the history
  • Loading branch information
dm1try committed Jan 31, 2019
2 parents 6323ad0 + fd95bef commit 15049db
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: ruby

sudo: false

# "gemfile" is required for "allow_failures" option,
# see https://docs.travis-ci.com/user/customizing-the-build/#matching-jobs-with-allow_failures
gemfile:

matrix:
include:
- rvm: 2.5.3
Expand All @@ -27,14 +31,10 @@ matrix:
- bundle exec rspec spec/integration/multi_xml
- rvm: 2.4.5
gemfile: Gemfile
- rvm: 2.4.5
gemfile: gemfiles/rack_edge.gemfile
- rvm: 2.4.5
gemfile: gemfiles/rails_5.gemfile
- rvm: 2.3.8
gemfile: Gemfile
- rvm: 2.3.8
gemfile: gemfiles/rack_edge.gemfile
- rvm: 2.3.8
gemfile: gemfiles/rails_5.gemfile
- rvm: 2.2.10
Expand All @@ -46,5 +46,7 @@ matrix:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-3
- rvm: 2.5.3
gemfile: gemfiles/rack_edge.gemfile

bundler_args: --without development

0 comments on commit 15049db

Please sign in to comment.