From b95fe74814e0d9c8f0a0359253002122c8f28cdf Mon Sep 17 00:00:00 2001 From: Maddy Chellathurai <mchellathura@ebay.com> Date: Mon, 8 Jun 2015 09:06:09 -0500 Subject: [PATCH] MAGETWO-38216: Reduce Execution Time of Integration Tests on Travis CI - added copyright --- dev/tests/integration/IntegationTestsForTravis.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev/tests/integration/IntegationTestsForTravis.sh b/dev/tests/integration/IntegationTestsForTravis.sh index 4095bfae1bb..cb4ce14e04a 100644 --- a/dev/tests/integration/IntegationTestsForTravis.sh +++ b/dev/tests/integration/IntegationTestsForTravis.sh @@ -1,5 +1,8 @@ #!usr/bin/bash +# Copyright © 2015 Magento. All rights reserved. +# See COPYING.txt for license details. + # Get number of files in directory NUMBER_OF_SUITES=$1 FOLDERSIZE=$(find ./testsuite/Magento/ -maxdepth 1 -type d|wc -l) -- GitLab