mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
Add Ruby 2.4.0, remove Ruby 2.0, and add back El Capitan to Travis
This commit is contained in:
parent
26e8584a21
commit
f550795c68
1 changed files with 7 additions and 4 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -1,14 +1,17 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
- 2.3.1
|
||||
- 2.3.3
|
||||
- 2.4.0
|
||||
matrix:
|
||||
include:
|
||||
- rvm: 2.2
|
||||
- rvm: 2.4.0
|
||||
os: osx
|
||||
osx_image: xcode8
|
||||
osx_image: xcode8.2
|
||||
- rvm: 2.4.0
|
||||
os: osx
|
||||
osx_image: xcode7.3
|
||||
dist: trusty
|
||||
sudo: true
|
||||
before_install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue