Ruby Version Fix

This commit is contained in:
Nemo 2019-09-14 15:59:41 +05:30
parent 18a5361124
commit cbe7c4edfc
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.2.2
- 2.6.4
script: ruby test.rb
deploy:
edge: true
@ -8,4 +8,4 @@ deploy:
script: bash deploy.sh
on:
branch: master
rvm: 2.2.2
rvm: 2.6.4