Add ruby 2.4.0 and ruby-head as target

This commit is contained in:
Tatsuya Sato 2017-06-22 21:36:53 +09:00
Родитель 3ddc735321
Коммит a6c5c72e19
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -4,11 +4,18 @@ rvm:
- 2.0.0
- 2.1.0
- 2.2.0
- 2.3.3
- 2.4.0
- ruby-head
cache: bundler
before_install:
- gem install bundler
matrix:
allow_failures:
- rvm: ruby-head
install:
- bundle install