Browse Source

Update travis config not to send email notifications

João Brázio 8 years ago
parent
commit
5cdd6f02ec
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      .travis.yml

+ 3
- 0
.travis.yml View File

1
 ---
1
 ---
2
 language: c
2
 language: c
3
   #
3
   #
4
+notifications:
5
+  email: false
6
+  #
4
 before_install:
7
 before_install:
5
   #
8
   #
6
   # Fetch the tag information for the current branch
9
   # Fetch the tag information for the current branch

Loading…
Cancel
Save