Reduce verbosity of deployment

This commit is contained in:
Buck Doyle 2016-04-14 12:21:53 +02:00
parent d8446a596c
commit 02e653576a

View File

@ -48,4 +48,4 @@ notifications:
# FIXME this needs refinement, obvs
after_success:
"test $EMBER_VERSION == 'default' && ember deploy prod --verbose --activate"
"test $EMBER_VERSION == 'default' && ember deploy prod --activate"