Skip to content

Commit 1766fc7

Browse files
authored
Merge pull request #774 from travis-ci/ha-ruby-2.3
Install compat version of faraday for Ruby 2.3
2 parents f3ababf + 423ae8f commit 1766fc7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ os:
66

77
rvm:
88
- jruby
9-
- "2.3"
109
- "2.4"
1110
- "2.5"
1211
- "2.6"
1312
- "2.7"
1413

1514
jobs:
1615
include:
16+
- rvm: "2.3"
17+
before_script:
18+
- gem install faraday -v 1.0.1
1719
- os: osx
1820
rvm: "2.5"
1921
- os: osx

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,6 +2022,12 @@ Now make sure everything is working:
20222022
20232023
See also [Note on Ubuntu](#ubuntu) below.
20242024
2025+
### Note on Ruby 2.3
2026+
2027+
For Ruby 2.3.x, be sure to have a compatible version of `faraday` installed; e.g.,
2028+
2029+
$ gem install faraday -v 1.0.1
2030+
20252031
### Development Version
20262032
20272033
You can also install the development version via RubyGems:

0 commit comments

Comments
 (0)