1
0
Fork 0
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:
Petko Bordjukov 2016-05-14 12:26:33 +03:00
parent 7efd3c0d87
commit 6d1e9c5946

View file

@ -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