Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Update supported rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Apr 6, 2021
1 parent 8c2df24 commit 76c0037
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
sudo: false
language: ruby
rvm:
- 2.2.2
- 2.5.0
- 2.5.8
- 2.6.6
- 2.7.2
- 3.0.0
before_install: gem install bundler -v 1.17.3
script:
- bundle exec rubocop
Expand All @@ -15,4 +17,4 @@ deploy:
on:
tags: true
repo: powerhome/consent
ruby: 2.5.0
ruby: 2.6.6

0 comments on commit 76c0037

Please sign in to comment.