Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed May 23, 2018
1 parent da747ab commit c8d54d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ matrix:

before_deploy:
- cd $TRAVIS_BUILD_DIR
- zip -r $Release.zip LICENSE README.md src/ dummies/
- cp LICENSE dummies/LICENSE.txt
- cp README.md dummies/README.md
- zip -r $Release.zip dummies
deploy:
provider: releases
skip_cleanup: true
Expand Down

0 comments on commit c8d54d8

Please sign in to comment.