Skip to content

Commit

Permalink
Bump CI testing to two latest stable ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ksylvest committed Jun 25, 2020
1 parent 77373e9 commit 3daffa4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: ruby
services:
- postgresql
rvm:
- 2.2.2
- jruby-9.0.0.0
- 2.6.6
- 2.7.1
script:
- "bundle exec rake db:setup db:migrate app:db:test:prepare"
- "bundle exec rspec spec"
- bundle exec rake db:setup db:migrate app:db:test:prepare
- bundle exec rspec spec

0 comments on commit 3daffa4

Please sign in to comment.