mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Update ruby versions in Travis config
This commit is contained in:
parent
09b4ea6cda
commit
718a97dd31
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,12 +1,12 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.3.2
|
||||
- 2.3.3
|
||||
- 2.2
|
||||
- 2.1
|
||||
- rbx
|
||||
matrix:
|
||||
include:
|
||||
- rvm: 2.3.2
|
||||
- rvm: 2.3.3
|
||||
os: osx
|
||||
osx_image: xcode8.2
|
||||
- rvm: 2.2
|
||||
|
@ -18,19 +18,19 @@ matrix:
|
|||
- rvm: system
|
||||
os: osx
|
||||
osx_image: xcode8.2
|
||||
- rvm: 2.3.2
|
||||
- rvm: 2.3.3
|
||||
os: osx
|
||||
osx_image: xcode6.4
|
||||
- rvm: system
|
||||
os: osx
|
||||
osx_image: xcode6.4
|
||||
- rvm: ruby-2.3.2-clang
|
||||
- rvm: ruby-2.3.1-clang
|
||||
env: CXX=clang++
|
||||
- rvm: 1.9.3
|
||||
allow_failures:
|
||||
- rvm: 1.9.3
|
||||
- rvm: rbx
|
||||
- rvm: 2.3.2
|
||||
- rvm: 2.3.3
|
||||
os: osx
|
||||
osx_image: xcode6.4
|
||||
fast_finish: true
|
||||
|
|
Loading…
Add table
Reference in a new issue