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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-02 12:39:46 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-02 12:39:46 +0400
commit4e878ad902c8026513e69f2ed79b6ed17b63ed24 (patch)
tree0988596410603350a2dfc86cfe32c38de871c3c8 /.travis.yml
parent31892227d7611c1818dbe94b360327e714106297 (diff)
Disable travis notifications
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f36cae45104..75b4c5c7030 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,3 +23,5 @@ before_script:
- "bundle exec rake db:setup"
- "bundle exec rake db:seed_fu"
script: "bundle exec rake $TASK --trace"
+notifications:
+ email: false