From 3d1042bef85184f39f4d1fe66f92e1ccc53d094f Mon Sep 17 00:00:00 2001 From: Masataka Pocke Kuwabara Date: Sun, 13 Jan 2019 23:25:41 +0900 Subject: [PATCH] Skip the integration test with ruby-head Because `ruby:2.7` image does not exist until releasing Ruby 2.7 --- tasks/integration_local_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/integration_local_spec.rb b/tasks/integration_local_spec.rb index c3696f3f..b206f362 100644 --- a/tasks/integration_local_spec.rb +++ b/tasks/integration_local_spec.rb @@ -1,5 +1,7 @@ desc 'Run integration test on `itamae local` command' task 'spec:integration:local' do + next if RUBY_DESCRIPTION.include?('dev') + IntegrationLocalSpecRunner.new( [ [