From d8446a596cc2b66d44fa10e50c4081c6d0ca1e1b Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Thu, 14 Apr 2016 12:20:28 +0200 Subject: [PATCH] Restrict deployment to only default build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c4f6960b..cdca5e1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,4 +48,4 @@ notifications: # FIXME this needs refinement, obvs after_success: - "ember deploy prod --verbose --activate" + "test $EMBER_VERSION == 'default' && ember deploy prod --verbose --activate"