mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
DEV: EOL Ruby 2.4 is no longer officially supported (#167)
This commit is contained in:
parent
90ff1f7994
commit
4d179bf913
1 changed files with 0 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.4
|
||||
- 2.5
|
||||
- 2.6
|
||||
- 2.7
|
||||
|
@ -10,12 +9,6 @@ matrix:
|
|||
- rvm: 2.5.1
|
||||
os: osx
|
||||
osx_image: xcode9.4
|
||||
- rvm: 2.4.0
|
||||
os: osx
|
||||
osx_image: xcode8.3
|
||||
- rvm: 2.4.0
|
||||
os: osx
|
||||
osx_image: xcode7.3
|
||||
dist: trusty
|
||||
sudo: true
|
||||
before_install:
|
||||
|
|
Loading…
Reference in a new issue