Commit 4e878ad902c8026513e69f2ed79b6ed17b63ed24
1 parent
31892227
Exists in
master
and in
4 other branches
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,3 +23,5 @@ before_script: | ||
| 23 | - "bundle exec rake db:setup" | 23 | - "bundle exec rake db:setup" |
| 24 | - "bundle exec rake db:seed_fu" | 24 | - "bundle exec rake db:seed_fu" |
| 25 | script: "bundle exec rake $TASK --trace" | 25 | script: "bundle exec rake $TASK --trace" |
| 26 | +notifications: | ||
| 27 | + email: false |