Skip to content

Commit 5fdc88e

Browse files
committed
Merge pull request #119 from davidverholen/master
fixed travis notifications and removed copyright in file comments
2 parents de64532 + 922ea34 commit 5fdc88e

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,12 @@ script:
2323
notifications:
2424
email:
2525
recipients:
26-
26+
27+
28+
on_success: never
29+
on_failure: always
30+
irc:
31+
channels:
32+
- "irc.freenode.org#magento-composer"
33+
on_success: change # default: always
34+
on_failure: always # default: always

src/MagentoHackathon/Composer/Magento/Deploystrategy/Core.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
*
55
* PHP Version 5
66
*
7-
* @category Brandung
8-
* @package Brandung_magento-composer-installer
9-
* @author David Verholen <[email protected]>
10-
* @copyright 2014 Brandung GmbH & Co Kg
11-
* @license http://opensource.org/licenses/OSL-3.0 OSL-3.0
12-
* @link http://www.brandung.de
137
*/
148

159
namespace MagentoHackathon\Composer\Magento\Deploystrategy;
@@ -19,13 +13,6 @@
1913

2014
/**
2115
* Class Core
22-
*
23-
* @category Brandung
24-
* @package Brandung_magento-composer-installer
25-
* @author David Verholen <[email protected]>
26-
* @copyright 2014 Brandung GmbH & Co Kg
27-
* @license http://opensource.org/licenses/OSL-3.0 OSL-3.0
28-
* @link http://www.brandung.de
2916
*/
3017
class Core extends Copy
3118
{

0 commit comments

Comments
 (0)