Commit 756d3403 authored by Paco Guzman's avatar Paco Guzman

Test against ruby 2.3

parent 590d0d9c
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 rubocop
- bundle exec rspec spec
tags:
- ruby
except:
......
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment