From 08e54a05d59f8994de230d5a9f63ca154b0ba2cc Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Thu, 29 Sep 2016 11:47:38 -0500 Subject: [PATCH] Removed integration from releasinator --- .releasinator.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/.releasinator.rb b/.releasinator.rb index d8fbe95..8832859 100644 --- a/.releasinator.rb +++ b/.releasinator.rb @@ -16,7 +16,6 @@ end def validate_tests() CommandProcessor.command("vendor/bin/phpunit", live_output=true) - CommandProcessor.command("vendor/bin/phpunit -c phpunit.integration.xml", live_output=true) end configatron.custom_validation_methods = [