From 770e708552c35297348bfde52b1218de1794deb7 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Thu, 14 Apr 2016 12:22:47 +0200 Subject: [PATCH] Disable activation of deployment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 760ea7eb..32d5219f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,4 +48,4 @@ notifications: # FIXME this needs refinement, obvs after_success: - "test $EMBER_VERSION == 'default' && ember deploy prod --activate" + "test $EMBER_VERSION == 'default' && ember deploy prod"