Skip to content

Commit 05f4abb

Browse files
committed
try to fix travisCI problem
1 parent 6df5bf4 commit 05f4abb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/MagentoHackathon/Composer/Magento/Deploystrategy/SymlinkTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ public function getTestDeployStrategy($src, $dest)
1919
*/
2020
public function getTestDeployStrategyFiletype($isDir = false)
2121
{
22+
if ($isDir && getenv('TRAVIS') == "true") {
23+
return self::TEST_FILETYPE_DIR;
24+
}
2225
return self::TEST_FILETYPE_LINK;
2326
}
2427

0 commit comments

Comments
 (0)