Removed integration from releasinator

This commit is contained in:
Jay Patel
2016-09-29 11:47:38 -05:00
parent 5d51f52223
commit 08e54a05d5

View File

@@ -16,7 +16,6 @@ end
def validate_tests() def validate_tests()
CommandProcessor.command("vendor/bin/phpunit", live_output=true) CommandProcessor.command("vendor/bin/phpunit", live_output=true)
CommandProcessor.command("vendor/bin/phpunit -c phpunit.integration.xml", live_output=true)
end end
configatron.custom_validation_methods = [ configatron.custom_validation_methods = [