diff --git a/.travis.yml b/.travis.yml index 0628cb73..925f27ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ notifications: # FIXME this needs refinement, obvs after_success: - - "test $EMBER_VERSION == 'default' && test $TRAVIS_PULL_REQUEST && ember deploy prod >> deploy_output" + - "test $EMBER_VERSION == 'default' && test $TRAVIS_PULL_REQUEST && ember deploy prod --verbose >> deploy_output" - "cat deploy_output" - "cat deploy_output | grep 'revision=' | cut -d '=' -f 2 >> index_key" - "cat index_key"