Skip to content

Commit

Permalink
Disable email notifications for successful builds. Closes #198.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed May 10, 2017
1 parent 97399f9 commit 47a3810
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- `Fixed`
- The Xdebug extension disabling has been removed from the Travis CI configuration as Composer takes care of this since 1.3. Done by [@raphaelstolt](https://github.com/raphaelstolt). See [#194](https://github.com/jonathantorres/construct/issues/194).
- Utilise PHPUnit's forward compatibility layer for PHPUnit 6. Done by [@raphaelstolt](https://github.com/raphaelstolt). See [#179](https://github.com/jonathantorres/construct/issues/179).
- The email notification for successful Travis CI builds has been disabled. Done by [@raphaelstolt](https://github.com/raphaelstolt). See [#198](https://github.com/jonathantorres/construct/issues/198).

#### v1.14.1 `2017-04-07`
- `Added`
Expand Down
4 changes: 4 additions & 0 deletions src/stubs/travis.phpcs.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: php

notifications:
email:
on_success: never

git:
depth: 2

Expand Down
4 changes: 4 additions & 0 deletions src/stubs/travis.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: php

notifications:
email:
on_success: never

git:
depth: 2

Expand Down
4 changes: 4 additions & 0 deletions tests/stubs/travis.php54.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: php

notifications:
email:
on_success: never

git:
depth: 2

Expand Down
4 changes: 4 additions & 0 deletions tests/stubs/travis.php55.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: php

notifications:
email:
on_success: never

git:
depth: 2

Expand Down
4 changes: 4 additions & 0 deletions tests/stubs/travis.php56.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: php

notifications:
email:
on_success: never

git:
depth: 2

Expand Down
4 changes: 4 additions & 0 deletions tests/stubs/travis.php7.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: php

notifications:
email:
on_success: never

git:
depth: 2

Expand Down
4 changes: 4 additions & 0 deletions tests/stubs/travis.php71.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: php

notifications:
email:
on_success: never

git:
depth: 2

Expand Down
4 changes: 4 additions & 0 deletions tests/stubs/travis.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: php

notifications:
email:
on_success: never

git:
depth: 2

Expand Down
4 changes: 4 additions & 0 deletions tests/stubs/with-phpcs/travis.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: php

notifications:
email:
on_success: never

git:
depth: 2

Expand Down

0 comments on commit 47a3810

Please sign in to comment.