From f8ccf9d8d81b3d47047e9b7c4243f0b76ddd9e15 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Thu, 14 Apr 2016 14:24:27 +0200 Subject: [PATCH] Add more logging --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6186325..c259e457 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,8 @@ notifications: # FIXME this needs refinement, obvs after_success: - - "test $EMBER_VERSION == 'default' && ember deploy prod | grep 'revision=' | cut -d '=' -f 2 >> index_key" - - "cat index_key" + - "test $EMBER_VERSION == 'default' && ember deploy prod >> deploy_output" + - "echo 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`'"