Use a varying mochilo version in CI

This commit is contained in:
Matt Burke 2017-05-30 09:47:15 -04:00
Родитель 7ae632e0d5
Коммит f36d0c6ad5
3 изменённых файлов: 17 добавлений и 0 удалений

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

@ -2,6 +2,9 @@ language: ruby
rvm:
- 2.3.3
- 2.4.0
gemfiles:
- gemfiles/mochilo-v1
- gemfiles/mochilo-v2
env:
- BERT_TEST_IMPL=Ruby
- BERT_TEST_IMPL=C

7
gemfiles/mochilo-v1 Normal file
Просмотреть файл

@ -0,0 +1,7 @@
# frozen_string_literal: true
# A sample Gemfile
source "https://rubygems.org"
gemspec
gem "mochilo", :git => "https://github.com/spraints/mochilo", :ref => "v1-time-regexp"

7
gemfiles/mochilo-v2 Normal file
Просмотреть файл

@ -0,0 +1,7 @@
# frozen_string_literal: true
# A sample Gemfile
source "https://rubygems.org"
gemspec
gem "mochilo", :git => "https://github.com/spraints/mochilo", :ref => "symbols-and-regexps-and-time-oh-my"