diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-02 10:39:46 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-02 10:39:46 +0200 |
commit | 4e878ad902c8026513e69f2ed79b6ed17b63ed24 (patch) | |
tree | 0988596410603350a2dfc86cfe32c38de871c3c8 /.travis.yml | |
parent | 31892227d7611c1818dbe94b360327e714106297 (diff) | |
download | gitlab-ce-4e878ad902c8026513e69f2ed79b6ed17b63ed24.tar.gz |
Disable travis notifications
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |