Update Ruby version to 2.2.1
This commit is contained in:
parent
fabd67bfe8
commit
d18f573b2d
|
@ -1 +1 @@
|
||||||
2.2.0
|
2.2.1
|
||||||
|
|
|
@ -3,7 +3,7 @@ bundler_args: "--without assets:development:production"
|
||||||
cache: bundler
|
cache: bundler
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 2.2.0
|
- 2.2.1
|
||||||
script:
|
script:
|
||||||
- bundle exec rake
|
- bundle exec rake
|
||||||
- bundle exec rubocop --rails --fail-level=refactor
|
- bundle exec rubocop --rails --fail-level=refactor
|
||||||
|
|
Loading…
Reference in New Issue