mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Merge pull request #2398 from olleolleolle/ci-jruby
CI: Use jruby-9.2.13.0
This commit is contained in:
commit
d68ea2ae4c
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ services:
|
|||
- xvfb
|
||||
rvm:
|
||||
- 2.7
|
||||
- jruby-9.2.11.1
|
||||
- jruby-9.2.13.0
|
||||
gemfile:
|
||||
- Gemfile
|
||||
env:
|
||||
|
@ -122,7 +122,7 @@ matrix:
|
|||
- gemfile: gemfiles/Gemfile.beta-versions
|
||||
- gemfile: gemfiles/Gemfile.edge-firefox
|
||||
- env: CHROME_BETA=true HEADLESS=true
|
||||
- rvm: jruby-9.2.11.1
|
||||
- rvm: jruby-9.2.13.0
|
||||
- rvm: ruby-head
|
||||
before_install:
|
||||
- gem update --system
|
||||
|
|
Loading…
Reference in a new issue