Commit 4e878ad902c8026513e69f2ed79b6ed17b63ed24

Authored by Dmitriy Zaporozhets
1 parent 31892227

Disable travis notifications

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
.travis.yml
... ... @@ -23,3 +23,5 @@ before_script:
23 23 - "bundle exec rake db:setup"
24 24 - "bundle exec rake db:seed_fu"
25 25 script: "bundle exec rake $TASK --trace"
  26 +notifications:
  27 + email: false
... ...