From 34444246fda056558cb513e4374981ee57bb03b5 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Thu, 14 Apr 2016 14:46:58 +0200 Subject: [PATCH] Further refine logging --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c259e457..997ea4d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ notifications: # FIXME this needs refinement, obvs after_success: - "test $EMBER_VERSION == 'default' && ember deploy prod >> deploy_output" - - "echo deploy_output" + - "cat deploy_output" - "cat deploy_output | grep 'revision=' | cut -d '=' -f 2 >> index_key" - - "echo index_key" - - "echo 'Access the deployment at https://travis-web-production-next.herokuapp.com/?index_key=`cat index_key`'" + - "cat index_key" + - "echo \"Access the deployment at https://travis-web-production-next.herokuapp.com/?index_key=`cat index_key`\""