litaio / lita

ChatOps for Ruby.
https://www.lita.io
MIT License
1.68k stars 178 forks source link

Address https://travis-ci.org/github/litaio/lita/jobs/631295228#L684 #223

Closed johnsyweb closed 4 years ago

johnsyweb commented 4 years ago

Context

I'd like to be able to update our chatbot to Lita 5.0 but there are some dependency issues. I cloned this repository in order to address them but I saw that the main branch currently fails CI.

We need to install Ruby 2.7 to test against it.

Change

Replace Ruby 2.6 with 2.7 in the Travis configuration.

Confirmation

bundle exec rake runs successfully locally.

johnsyweb commented 4 years ago

Closing in favour of https://github.com/litaio/lita/commit/4434336101213502c90c260d67385fccbbc4708c#diff-354f30a63fb0907d4ad57269548329e3R7