travis: Disable email notifications
I'm getting spammed. We'll see the results in the status. Closes: #450 Approved by: jlebon
This commit is contained in:
parent
a29bb0ab6b
commit
519292114f
|
|
@ -11,3 +11,6 @@ env:
|
||||||
script:
|
script:
|
||||||
- tests/ci-install.sh
|
- tests/ci-install.sh
|
||||||
- ci_parallel=2 ci_sudo=yes tests/ci-build.sh
|
- ci_parallel=2 ci_sudo=yes tests/ci-build.sh
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue