From 750118995b67cce0436289ef16d46230fcb0088c Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sat, 11 May 2019 14:35:07 +0900 Subject: [PATCH] Stop CIing ruby 2.6 x rails 5.0 because it's not tested upstream, and it actuall fails for some unknown reason https://travis-ci.org/haml/haml/jobs/530943879 https://travis-ci.org/haml/haml/jobs/530943879 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 57784f9d..bffe96c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,6 +68,10 @@ matrix: gemfile: test/gemfiles/Gemfile.rails-4.1.x - rvm: 2.6.3 gemfile: test/gemfiles/Gemfile.rails-4.2.x + - rvm: 2.6.3 + gemfile: test/gemfiles/Gemfile.rails-5.0.x + - rvm: 2.6.3 + gemfile: test/gemfiles/Gemfile.rails-5.0.x.erubi - rvm: ruby-head gemfile: test/gemfiles/Gemfile.rails-4.0.x - rvm: ruby-head