.travis.yml in sync_machine-1.2.0 vs .travis.yml in sync_machine-1.3.0
- old
+ new
@@ -1,7 +1,16 @@
---
sudo: false
language: ruby
cache: bundler
+gemfile:
+ - Gemfile.mongoid6-activesupport5
+ - Gemfile.mongoid7
rvm:
- 2.4.2
+ - 2.5.7
+ - 2.6.3
+matrix:
+ exclude:
+ - gemfile: Gemfile.mongoid7
+ rvm: 2.4.2
before_install: gem install bundler -v 2.0.1