From 2dc7c5a7d0232e2d5f8173c7d6545e7417b19e31 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 1 Sep 2014 21:35:37 +0100 Subject: [PATCH] Fix .travis.yml indentation --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ddf89b26..e0a97cd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,8 @@ addons: coverity_scan: project: name: "ioquake/ioq3" - description: "Build submitted via Travis CI" - build_command_prepend: "make clean" - build_command: "make release" - branch_pattern: master + description: "Build submitted via Travis CI" + notification_email: quake3-commits@icculus.org + build_command_prepend: "make clean" + build_command: "make release" + branch_pattern: master