Skip to content

Commit

Permalink
Remove rbx-3 from travis-ci, because we don't aim to support it any l…
Browse files Browse the repository at this point in the history
…onger
  • Loading branch information
larskanis committed Jan 4, 2018
1 parent fab02db commit cabbd87
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ rvm:
- "2.4.2"
- "2.5"
- ruby-head
- rbx-3
env:
- "PGVERSION=10.0-1-linux-x64 PATH=\"/opt/PostgreSQL/10/bin:$PATH\""
- "PGVERSION=9.3.19-1-linux-x64 PATH=\"/opt/PostgreSQL/9.3/bin:$PATH\""
Expand All @@ -21,12 +20,8 @@ matrix:
env: "PGCROSS=true"
- rvm: ruby-head
env: "PGCROSS=true"
- rvm: rbx-3
env: "PGCROSS=true"
allow_failures:
- rvm: ruby-head
# one test fails because GVL unblocking function is not called by Rubinius core
- rvm: rbx-3
fast_finish: true
before_install:
- gem install bundler
Expand Down

0 comments on commit cabbd87

Please sign in to comment.