Skip to content
Snippets Groups Projects
Commit 756d3403 authored by Paco Guzman's avatar Paco Guzman
Browse files

Test against ruby 2.3

parent 590d0d9c
No related branches found
No related tags found
1 merge request!99Test against ruby 2.3
Pipeline #
image: "ruby:2.2"
image: "ruby:2.3"
 
before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Loading
Loading
@@ -8,7 +8,6 @@ before_script:
- cp config.yml.example config.yml
- bundle install
 
#ruby 2.2
rspec:
script:
- bundle exec rspec spec
Loading
Loading
@@ -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:
Loading
Loading
@@ -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 rubocop
- bundle exec rspec spec
tags:
- ruby
except:
Loading
Loading
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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment