Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-shell
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-shell
Commits
756d3403
Commit
756d3403
authored
Oct 10, 2016
by
Paco Guzman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test against ruby 2.3
parent
590d0d9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
.gitlab-ci.yml
.gitlab-ci.yml
+7
-7
CHANGELOG
CHANGELOG
+3
-0
No files found.
.gitlab-ci.yml
View file @
756d3403
image
:
"
ruby:2.
2
"
image
:
"
ruby:2.
3
"
before_script
:
-
export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
...
...
@@ -8,7 +8,6 @@ before_script:
-
cp config.yml.example config.yml
-
bundle install
#ruby 2.2
rspec
:
script
:
-
bundle exec rspec spec
...
...
@@ -25,9 +24,9 @@ rubocop:
except
:
-
tags
#ruby 2.
1
rspec:ruby2.
1
:
image
:
ruby:2.
1
#ruby 2.
2
rspec:ruby2.
2
:
image
:
ruby:2.
2
script
:
-
bundle exec rspec spec
tags
:
...
...
@@ -35,10 +34,11 @@ rspec:ruby2.1:
except
:
-
tags
rubocop:ruby2.1:
#ruby 2.1
rspec:ruby2.1:
image
:
ruby:2.1
script
:
-
bundle exec r
ubocop
-
bundle exec r
spec spec
tags
:
-
ruby
except
:
...
...
CHANGELOG
View file @
756d3403
v3.6.5
- Test against ruby 2.3
v3.6.4
- Fix rsync with ionice command building
- Fix short circuit logic between rsync with and without ionice for storage migrations
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment