Update ruby version in .travis.yml
This commit is contained in:
parent
86657215df
commit
abfd00a52a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
sudo: false
|
||||
language: ruby
|
||||
rvm:
|
||||
- 2.2.0
|
||||
- 2.5.0
|
||||
|
||||
before_script:
|
||||
- "RAILS_ENV=test bundle exec rake db:create"
|
||||
|
|
Loading…
Reference in a new issue