Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Winkler <github@lw1.at>2018-10-12 03:33:14 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-10-12 03:33:14 +0300
commit66a7797be7229e4a9ccba042d4028442e994310e (patch)
treeab9d975981196fbf07b8a6bdafd24fcb2fd2897b /.travis.yml
parent78c7597615bb15b603c895fd7cbae3500927d4d6 (diff)
don't post travis results to IRC (#13534)
* don't post travis results to IRC * Remove slack notifications.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 1 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml
index 2dd4972567..39f1caeef2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -136,25 +136,4 @@ after_success:
cache:
directories:
- "travis_phantomjs"
- - $HOME/.composer/cache
-
-
-
-
-
-notifications:
- slack:
- rooms:
- - piwik:3HWhNh21qPfDACQXTrJOb0mW
- on_success: :change
- on_failure: :change
-
- irc:
- skip_join: true
- on_success: change
- on_failure: change
- channels:
- - "irc.freenode.org#piwik-dev"
- template:
- - "%{repository} (%{commit}) : %{message} %{foo} "
- - "Build details: %{build_url}" \ No newline at end of file
+ - $HOME/.composer/cache \ No newline at end of file