Skip to content

Commit

Permalink
Merge branch 'ruby-2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed May 14, 2018
2 parents 0fcb889 + 5347f3d commit c20268d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -4,12 +4,19 @@ rvm:
- 2.2
- 2.3
- 2.4
- 2.5.1
- jruby-9.0.5.0
- jruby-9.1.16.0
matrix:
include:
- rvm: 2.4
os: osx
# Update RubyGems and Bundler due to error with Bundler 1.16.1 and RubyGems 2.7.3
# See https://github.com/travis-ci/travis-ci/issues/8978
before_install:
- gem update --system
- gem install bundler
- bundle install
before_script: bundle exec yard gems
script: bundle exec rspec
cache:
Expand Down

0 comments on commit c20268d

Please sign in to comment.