From fae5e5cffdd11b29586beafe421cd225a9acb888 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Tue, 3 May 2016 13:10:02 -0400 Subject: [PATCH] Clean up test assets before packaging the application for deployment --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 698e87869..b8ef4f923 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ before_script: - bundle exec rake db:create before_deploy: + - git clean -dxf - mkdir build; zip -q -r build/hybox.zip . services: