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: before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin - export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
...@@ -8,7 +8,6 @@ before_script: ...@@ -8,7 +8,6 @@ before_script:
- cp config.yml.example config.yml - cp config.yml.example config.yml
- bundle install - bundle install
#ruby 2.2
rspec: rspec:
script: script:
- bundle exec rspec spec - bundle exec rspec spec
...@@ -25,9 +24,9 @@ rubocop: ...@@ -25,9 +24,9 @@ rubocop:
except: except:
- tags - tags
#ruby 2.1 #ruby 2.2
rspec:ruby2.1: rspec:ruby2.2:
image: ruby:2.1 image: ruby:2.2
script: script:
- bundle exec rspec spec - bundle exec rspec spec
tags: tags:
...@@ -35,10 +34,11 @@ rspec:ruby2.1: ...@@ -35,10 +34,11 @@ rspec:ruby2.1:
except: except:
- tags - tags
rubocop:ruby2.1: #ruby 2.1
rspec:ruby2.1:
image: ruby:2.1 image: ruby:2.1
script: script:
- bundle exec rubocop - bundle exec rspec spec
tags: tags:
- ruby - ruby
except: except:
......
v3.6.5
- Test against ruby 2.3
v3.6.4 v3.6.4
- Fix rsync with ionice command building - Fix rsync with ionice command building
- Fix short circuit logic between rsync with and without ionice for storage migrations - 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