Skip to content

Commit 3ad715f

Browse files
committed
Add REE to GHA
1 parent 172e5d2 commit 3ad715f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
tag: rspec/ci:2.0.0
7979
- version: "1.9.3"
8080
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"
8184
- version: "JRuby 1.7"
8285
tag: rspec/ci:jruby-1.7
8386
- version: "JRuby 1.7 1.8 mode"

ci/.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ script: "script/run_build"
1414
rvm:
1515
- 1.8.7
1616
- 1.9.2
17-
- ree
1817
matrix:
1918
fast_finish: true
2019
branches:

0 commit comments

Comments
 (0)