From efe8b04b45b9dcff0a5ce8e8911a04e02cd3112a Mon Sep 17 00:00:00 2001 From: Daniel DeMicco Date: Wed, 14 Feb 2018 11:23:05 -0800 Subject: [PATCH] Chore: change travis notifications (#661) --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd0a68fe1..a5819d0fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: node_js node_js: - '8' +notifications: + email: + recipients: + - preview-alerts@box.com aliases: - &sauce-labs before_script: @@ -9,12 +13,6 @@ aliases: addons: sauce_connect: true script: yarn run functional-tests-ci - notifications: - email: - recipients: - - preview-alerts@box.com - on_success: always - on_failure: always cache: yarn - &sauce-labs-mobile <<: *sauce-labs