Skip to content

Commit

Permalink
Fix issue where speech_assets wasn't being added to zip file in travi…
Browse files Browse the repository at this point in the history
…s-ci
  • Loading branch information
m0ngr31 committed Mar 26, 2018
1 parent b5ab4a7 commit b102924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script:
- zip -r9 ~/Release.zip *
- cd $TRAVIS_BUILD_DIR
- git clean -fXd
- zip -g ~/Release.zip *
- zip -g ~/Release.zip speech_assets/* *
- mkdir dist
- mv ~/Release.zip dist/
before_deploy:
Expand Down

0 comments on commit b102924

Please sign in to comment.