The lists these days prefer an ovs- prefix. Currently all of the build emails are being dropped because it is missing.
Signed-off-by: Ben Pfaff <[email protected]> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d071e21..6f2b065 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,4 +50,4 @@ script: ./.travis/${TRAVIS_OS_NAME}-build.sh $OPTS notifications: email: recipients: - - [email protected] + - [email protected] -- 2.10.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
