Skip to content

Commit

Permalink
Clean up test assets before packaging the application for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed May 3, 2016
1 parent 23af9fa commit fae5e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fae5e5c

Please sign in to comment.