From 10b04f3da9a9282428b6532667ea88256cfb6060 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Thu, 6 Apr 2017 13:18:13 -0600 Subject: build: Add notifications to travis config --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3a2a3383..527f38d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,3 +55,12 @@ script: - if [[ "$VULKAN_BUILD_TARGET" == "ANDROID" ]]; then ./android-generate.sh; fi - if [[ "$VULKAN_BUILD_TARGET" == "ANDROID" ]]; then ndk-build APP_ABI=$ANDROID_ABI; fi - if [[ "$VULKAN_BUILD_TARGET" == "ANDROID" ]]; then popd; fi + +notifications: + email: + recipients: + - karl@lunarg.com + - cnorthrop@google.com + - tobine@google.com + on_success: change + on_failure: always -- cgit v1.2.3