Skip to content
Snippets Groups Projects
Commit f77e48b1 authored by azul's avatar azul
Browse files

Merge branch 'ci/ruby-2.4' into 'master'

ci: also test with ruby 2.4

Closes #8812

See merge request !56
parents 89b879a3 bbd73d93
Branches
Tags
1 merge request!56ci: also test with ruby 2.4
Pipeline #
...@@ -18,6 +18,15 @@ ruby2-3: ...@@ -18,6 +18,15 @@ ruby2-3:
paths: paths:
- log/test.log - log/test.log
ruby2-4:
image: "ruby:2.4"
script:
- bundle exec rake test
artifacts:
when: on_failure
paths:
- log/test.log
services: services:
- couchdb:1.6.1 - couchdb:1.6.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment