mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Shorten Ruby versions in Travis config
This commit is contained in:
parent
7efd3c0d87
commit
6d1e9c5946
1 changed files with 4 additions and 4 deletions
|
|
@ -1,15 +1,15 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.3.1
|
||||
- 2.2.5
|
||||
- 2.1.9
|
||||
- 2.2
|
||||
- 2.1
|
||||
- rbx
|
||||
matrix:
|
||||
include:
|
||||
- rvm: ruby-2.2.5
|
||||
- rvm: 2.2
|
||||
os: osx
|
||||
osx_image: xcode7.3
|
||||
- rvm: ruby-2.2.5
|
||||
- rvm: 2.2
|
||||
os: osx
|
||||
osx_image: xcode6.4
|
||||
- rvm: system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue