From 32ae2f78335d7880384167dda54dc80960101f31 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 18 Jul 2019 18:27:49 +0300 Subject: [PATCH] Allow failures on ruby-head Currently it's failing because of: https://github.com/bundler/bundler/pull/7248 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 35c6a920..55ffc5cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,9 @@ rvm: - 2.5.1 - 2.4.4 - 2.3.7 - +matrix: + allow_failures: + - rvm: ruby-head before_install: - gem update --system install: