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"