Skip to content

Commit

Permalink
CI against ruby 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Jan 15, 2018
1 parent 70ad55c commit 894f5f6
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 894f5f6

Please sign in to comment.