Skip to content

Commit d73aae6

Browse files
author
childish-sambino
authored
chore: add Ruby 2.7 to Travis (#116)
1 parent 248b8cd commit d73aae6

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.travis.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
env:
22
global:
3-
- CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID
3+
- CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID
44
language: ruby
55
rvm:
6-
- ruby-head
7-
- 2.6
8-
- 2.5
9-
- 2.4
10-
- jruby
6+
- ruby-head
7+
- 2.7
8+
- 2.6
9+
- 2.5
10+
- 2.4
11+
- jruby
1112
before_install:
1213
- gem install minitest
1314
- gem install simplecov
1415
- gem install codecov
1516
before_script:
16-
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
17-
> ./cc-test-reporter
18-
- chmod +x ./cc-test-reporter
19-
- "./cc-test-reporter before-build"
17+
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
18+
> ./cc-test-reporter
19+
- chmod +x ./cc-test-reporter
20+
- "./cc-test-reporter before-build"
2021
script:
21-
- rake
22+
- rake
2223
after_script:
23-
- "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
24+
- "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
2425
deploy:
2526
provider: rubygems
2627
api_key:

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
If you are looking for the SendGrid API client library, please see [this repo](https://github.com/sendgrid/sendgrid-ruby).
1313

1414
# Announcements
15-
**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 :)
1615

1716
All updates to this library are documented in our [CHANGELOG](https://github.com/sendgrid/ruby-http-client/blob/master/CHANGELOG.md).
1817

@@ -30,7 +29,7 @@ All updates to this library are documented in our [CHANGELOG](https://github.com
3029

3130
## Prerequisites
3231

33-
- Ruby version 2.2+
32+
- Ruby version >= 2.4
3433

3534
## Setup Environment Variables
3635

0 commit comments

Comments
 (0)