Skip to content

Commit

Permalink
Update TravisCI and CircleCI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Marten Veldthuis committed Feb 3, 2023
1 parent 49a7a3c commit 12a12ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: ruby
rvm:
- 2.6.5
- 2.7.2
- 3.0.5
- 3.2.0
script: bundle exec rspec spec
before_install:
- gem install bundler
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ machine:
environment:
CODECLIMATE_REPO_TOKEN: ecaec3d271bf32a8e203cafb71cc565d57a86dc0571b5529b491935e786001ff
ruby:
version: 2.7.2
version: 3.2.0

0 comments on commit 12a12ea

Please sign in to comment.