From 6f81ce352c82bda39af61cf018a2d66d275b6774 Mon Sep 17 00:00:00 2001 From: Sam Harrison Date: Thu, 20 Feb 2020 11:41:05 -0600 Subject: [PATCH] chore: add Ruby 2.7 to Travis --- .travis.yml | 29 +++++++++++++++-------------- README.md | 3 +-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index f393757..2400168 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,25 +1,26 @@ env: global: - - CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID + - CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID language: ruby rvm: -- ruby-head -- 2.6 -- 2.5 -- 2.4 -- jruby + - ruby-head + - 2.7 + - 2.6 + - 2.5 + - 2.4 + - jruby before_install: -- gem install minitest -- gem install simplecov + - gem install minitest + - gem install simplecov before_script: -- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 - > ./cc-test-reporter -- chmod +x ./cc-test-reporter -- "./cc-test-reporter before-build" + - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 + > ./cc-test-reporter + - chmod +x ./cc-test-reporter + - "./cc-test-reporter before-build" script: -- rake + - rake after_script: -- "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT" + - "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT" deploy: provider: rubygems api_key: diff --git a/README.md b/README.md index d8386bd..61c3ec1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ If you are looking for the SendGrid API client library, please see [this repo](https://github.com/sendgrid/sendgrid-ruby). # Announcements -**NEW:** If you're a software engineer who is passionate about #DeveloperExperience and/or #OpenSource, [this is an incredible opportunity to join our #DX team](https://sendgrid.com/careers/role/1421152/?gh_jid=1421152) as a Developer Experience Engineer and work with [@thinkingserious](https://github.com/thinkingserious) and [@aroach](https://github.com/aroach)! Tell your friends :) All updates to this library is documented in our [CHANGELOG](https://github.com/sendgrid/ruby-http-client/blob/master/CHANGELOG.md). @@ -30,7 +29,7 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/ ## Prerequisites -- Ruby version 2.2+ +- Ruby version >= 2.4 ## Setup Environment Variables