Add Ruby 2.4.0, remove Ruby 2.0, and add back El Capitan to Travis

This commit is contained in:
Petko Bordjukov 2016-12-25 10:58:01 +02:00
parent 26e8584a21
commit f550795c68
1 changed files with 7 additions and 4 deletions

View File

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