mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
Update rubies in Travis configuration
This commit is contained in:
parent
cbbe9c5fe4
commit
8028cd256e
1 changed files with 7 additions and 8 deletions
15
.travis.yml
15
.travis.yml
|
@ -1,18 +1,17 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.1
|
||||
- 2.2
|
||||
- 2.3.3
|
||||
- 2.4.0
|
||||
- 2.5.0
|
||||
- 2.3
|
||||
- 2.4
|
||||
- 2.5
|
||||
matrix:
|
||||
include:
|
||||
- rvm: 2.5.1
|
||||
os: osx
|
||||
osx_image: xcode9.4
|
||||
- rvm: 2.4.0
|
||||
os: osx
|
||||
osx_image: xcode9.2
|
||||
- rvm: 2.4.0
|
||||
os: osx
|
||||
osx_image: xcode8.2
|
||||
osx_image: xcode8.3
|
||||
- rvm: 2.4.0
|
||||
os: osx
|
||||
osx_image: xcode7.3
|
||||
|
|
Loading…
Add table
Reference in a new issue