Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
webapp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
webapp
Merge requests
!56
ci: also test with ruby 2.4
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ci: also test with ruby 2.4
ci/ruby-2.4
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
azul
requested to merge
ci/ruby-2.4
into
master
7 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
fixes
#8812 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
bbd73d93
1 commit,
7 years ago
1 file
+
9
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
9
−
0
Options
@@ -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