Skip to content

Commit

Permalink
Merge pull request #85 from mollie/vernon/finetune-failure-metrics-tr…
Browse files Browse the repository at this point in the history
…avis-ci

Test against newer Ruby version
  • Loading branch information
vernondegoede authored Feb 28, 2020
2 parents 993f35d + f80e1de commit 5c6e5bb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ language: ruby
cache: bundler

rvm:
- 2.3.8
- 2.4.4
- 2.5.1
- 2.6.5

gemfile:
- gemfiles/spree_3_5.gemfile
Expand All @@ -19,12 +18,6 @@ before_install:
- if [ "USE_LEGACY_BUNDLER" != "false" ]; then gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true; fi
- if [ "USE_LEGACY_BUNDLER" != "false" ]; then gem install bundler -v '< 2'; fi

# Allow failing tests against Spree 3.7.x for now
matrix:
allow_failures:
- gemfile: gemfiles/spree_3_7.gemfile
- gemfile: gemfiles/spree_4_0.gemfile

script:
- bundle exec rake test_app
- bundle exec rake spec
Expand Down

0 comments on commit 5c6e5bb

Please sign in to comment.