We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad715f commit de80438Copy full SHA for de80438
ci/.github/workflows/ci.yml
@@ -78,6 +78,9 @@ jobs:
78
tag: rspec/ci:2.0.0
79
- version: "1.9.3"
80
tag: rspec/ci:1.9.3
81
+ - version: "1.9.2"
82
+ tag: rspec/ci:1.9.2
83
+ options: "--add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70"
84
- version: "REE"
85
tag: rspec/ci:ree
86
options: "--add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70"
ci/.travis.yml
@@ -13,7 +13,6 @@ bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
13
script: "script/run_build"
14
rvm:
15
- 1.8.7
16
- - 1.9.2
17
matrix:
18
fast_finish: true
19
branches:
0 commit comments