diff options
| author | Cody Northrop <cnorthrop@google.com> | 2017-04-06 13:18:13 -0600 |
|---|---|---|
| committer | Cody Northrop <cnorthrop@google.com> | 2017-04-07 08:45:36 -0600 |
| commit | 10b04f3da9a9282428b6532667ea88256cfb6060 (patch) | |
| tree | e4ebb37b18b1b0021338463b2b445eba20a255be | |
| parent | 50792ac1fb3d33b69ca6fa1f70b8dd7f048b06e1 (diff) | |
| download | usermoji-10b04f3da9a9282428b6532667ea88256cfb6060.tar.xz | |
build: Add notifications to travis config
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
