Skip to content

Commit

Permalink
Merged in junaruga/ruby-pg/feature/add-ruby-2.5 (pull request #25)
Browse files Browse the repository at this point in the history
Add Ruby 2.5, and add ruby-head as allow_failure.
  • Loading branch information
larskanis committed Dec 4, 2017
2 parents d01324c + be895c7 commit c30c3fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ language: ruby
rvm:
- "2.2"
- "2.4.2"
- "2.5"
- ruby-head
- rbx
env:
- "PGVERSION=10.0-1-linux-x64 PATH=\"/opt/PostgreSQL/10/bin:$PATH\""
Expand All @@ -15,11 +17,17 @@ matrix:
exclude:
- rvm: "2.2"
env: "PGCROSS=true"
- rvm: "2.5"
env: "PGCROSS=true"
- rvm: ruby-head
env: "PGCROSS=true"
- rvm: rbx
env: "PGCROSS=true"
allow_failures:
- rvm: ruby-head
# one test fails because GVL unblocking function is not called by Rubinius core
- rvm: rbx
fast_finish: true
before_install:
- gem install bundler
- bundle install
Expand Down

0 comments on commit c30c3fc

Please sign in to comment.