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 172e5d2 commit 3ad715fCopy full SHA for 3ad715f
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: "REE"
82
+ tag: rspec/ci:ree
83
+ options: "--add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70"
84
- version: "JRuby 1.7"
85
tag: rspec/ci:jruby-1.7
86
- version: "JRuby 1.7 1.8 mode"
ci/.travis.yml
@@ -14,7 +14,6 @@ script: "script/run_build"
14
rvm:
15
- 1.8.7
16
- 1.9.2
17
- - ree
18
matrix:
19
fast_finish: true
20
branches:
0 commit comments