Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit bbd73d9

Browse files
committed
ci: also test with ruby 2.4
1 parent 89b879a commit bbd73d9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitlab-ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ ruby2-3:
1818
paths:
1919
- log/test.log
2020

21+
ruby2-4:
22+
image: "ruby:2.4"
23+
script:
24+
- bundle exec rake test
25+
artifacts:
26+
when: on_failure
27+
paths:
28+
- log/test.log
29+
2130
services:
2231
- couchdb:1.6.1
2332

0 commit comments

Comments
 (0)