Skip to content
Snippets Groups Projects

ci: also test with ruby 2.4

Merged azul requested to merge ci/ruby-2.4 into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -18,6 +18,15 @@ ruby2-3:
paths:
- log/test.log
ruby2-4:
image: "ruby:2.4"
script:
- bundle exec rake test
artifacts:
when: on_failure
paths:
- log/test.log
services:
- couchdb:1.6.1
Loading