Removed email notifications
Added a notifications: clause to turn off email notifications, which are otherwise enabled by default.
This commit is contained in:
parent
47c2b13db5
commit
76136a3ed3
|
@ -1,3 +1,5 @@
|
|||
notifications:
|
||||
email: false
|
||||
language: c #NOTE: this will set CC=gcc which might cause trouble
|
||||
before_script:
|
||||
- "sudo apt-get -qq update"
|
||||
|
|
Loading…
Reference in a new issue