Skip to content

Commit

Permalink
Merge pull request #90 from fatkodima/travis-rubies
Browse files Browse the repository at this point in the history
CI: update rubies
  • Loading branch information
maltoe committed Nov 12, 2020
2 parents d3da17a + ff4c834 commit f2b7240
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
27 changes: 20 additions & 7 deletions .travis.yml
@@ -1,10 +1,23 @@
language: ruby
services:
- redis-server
cache: bundler
sudo: false

rvm:
- 2.2.2
- 2.5.6
- 2.6.4
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0
- ruby-head

before_install:
- yes | gem update --system
- gem install bundler -v "~> 2.0"

script: bundle exec rspec spec
sudo: false
cache: bundler

jobs:
allow_failures:
- rvm: ruby-head

services:
- redis-server
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -54,4 +54,4 @@ DEPENDENCIES
rspec (~> 3, >= 3.0.0)

BUNDLED WITH
1.17.2
2.1.4

0 comments on commit f2b7240

Please sign in to comment.