Skip to content

Commit

Permalink
chore: add Ruby 2.7 to Travis (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino authored Feb 21, 2020
1 parent 0aa503a commit 88a45f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
language: ruby
rvm:
- ruby-head
- 2.6
- 2.5
- 2.4
- jruby
- ruby-head
- 2.7
- 2.6
- 2.5
- 2.4
- jruby
gemfile:
- gemfiles/Sinatra_1.gemfile
- gemfiles/Sinatra_2.gemfile
- gemfiles/Sinatra_1.gemfile
- gemfiles/Sinatra_2.gemfile
before_script:
- mkdir prism
- mkdir prism/bin
- export PATH=$PATH:$PWD/prism/bin/
- "./test/prism.sh"
- mkdir prism
- mkdir prism/bin
- export PATH=$PATH:$PWD/prism/bin/
- "./test/prism.sh"
install: make install
script: make test
matrix:
allow_failures:
- rvm: ruby-head
- rvm: ruby-head
fast_finish: true
deploy:
provider: rubygems
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ We appreciate your continued support, thank you!

## Prerequisites

- Ruby version >= 2.2 (except version [2.6.0](https://github.com/sendgrid/sendgrid-ruby/blob/master/TROUBLESHOOTING.md#ruby-versions))
- Ruby version >= 2.4 (except version [2.6.0](https://github.com/sendgrid/sendgrid-ruby/blob/master/TROUBLESHOOTING.md#ruby-versions))
- The Twilio SendGrid service, starting at the [free level](https://sendgrid.com/free?source=sendgrid-ruby)

## Setup Environment Variables
Expand Down

0 comments on commit 88a45f0

Please sign in to comment.