Skip to content

Commit

Permalink
Merge pull request #404 from fatkodima/ci-ruby2.5.0
Browse files Browse the repository at this point in the history
CI against ruby 2.5.0
  • Loading branch information
tbrisker authored Jan 16, 2018
2 parents 70ad55c + 894f5f6 commit 232b793
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ rvm:
- 2.2.8
- 2.3.5
- 2.4.2
- 2.5.0
- ruby-head
env:
- DB=SQLITE
- DB=POSTGRES
- DB=MYSQL
addons:
postgresql: "9.4"
before_install:
# https://github.com/travis-ci/travis-ci/issues/8978
- "travis_retry gem update --system"
- "travis_retry gem install bundler"
gemfile:
- gemfiles/rails40.gemfile
- gemfiles/rails41.gemfile
Expand All @@ -33,6 +38,10 @@ matrix:
gemfile: gemfiles/rails40.gemfile
- rvm: 2.4.2
gemfile: gemfiles/rails41.gemfile
- rvm: 2.5.0
gemfile: gemfiles/rails40.gemfile
- rvm: 2.5.0
gemfile: gemfiles/rails41.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails40.gemfile
- rvm: ruby-head
Expand Down

0 comments on commit 232b793

Please sign in to comment.