Skip to content

Commit

Permalink
fix(travis): upgrade ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
ldlsegovia committed Mar 6, 2020
1 parent 01d202d commit d12f33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: ruby
rvm:
- 2.3.1
- 2.5.0
script:
- RAILS_ENV=test bundle exec rake db:create db:migrate
- bundle exec rspec spec
Expand Down

0 comments on commit d12f33d

Please sign in to comment.