aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-02-02 15:12:30 +0100
committerAndreas Fischer <bantu@phpbb.com>2014-02-02 15:12:30 +0100
commit9cc8768fa05d40b712aa6b77eb809665aaaf417a (patch)
treedfd7260b7c976476663f95cf904c702590123498
parent1666476b4254587414cc92417eef56bc62cc0ec6 (diff)
downloadforums-9cc8768fa05d40b712aa6b77eb809665aaaf417a.tar
forums-9cc8768fa05d40b712aa6b77eb809665aaaf417a.tar.gz
forums-9cc8768fa05d40b712aa6b77eb809665aaaf417a.tar.bz2
forums-9cc8768fa05d40b712aa6b77eb809665aaaf417a.tar.xz
forums-9cc8768fa05d40b712aa6b77eb809665aaaf417a.zip
[ticket/12147] Remove Travis CI notifications.
We don't want to get notifications for branches other people are working on. PHPBB3-12147
-rw-r--r--.travis.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index ecaf43c4b5..18bd25e725 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,10 +24,3 @@ before_script:
script:
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.2' ]; then phpunit --configuration travis/phpunit-$DB-travis.xml; else phpBB/vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml; fi"
-
-notifications:
- email:
- recipients:
- - dev-team@phpbb.com
- on_success: change
- on_failure: change