From f36d0c6ad5a8b24d4462b3b62b6ce9adf98be675 Mon Sep 17 00:00:00 2001 From: Matt Burke Date: Tue, 30 May 2017 09:47:15 -0400 Subject: [PATCH] Use a varying mochilo version in CI --- .travis.yml | 3 +++ gemfiles/mochilo-v1 | 7 +++++++ gemfiles/mochilo-v2 | 7 +++++++ 3 files changed, 17 insertions(+) create mode 100644 gemfiles/mochilo-v1 create mode 100644 gemfiles/mochilo-v2 diff --git a/.travis.yml b/.travis.yml index 0cb7c02..5e95124 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/gemfiles/mochilo-v1 b/gemfiles/mochilo-v1 new file mode 100644 index 0000000..0dea4db --- /dev/null +++ b/gemfiles/mochilo-v1 @@ -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" diff --git a/gemfiles/mochilo-v2 b/gemfiles/mochilo-v2 new file mode 100644 index 0000000..70fc910 --- /dev/null +++ b/gemfiles/mochilo-v2 @@ -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"