Skip to content

Commit

Permalink
Revert "Fix release zip directory structure"
Browse files Browse the repository at this point in the history
This reverts commit a8daa38.
  • Loading branch information
joppuyo committed Dec 15, 2018
1 parent a8daa38 commit 0eac1e0
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 @@ -4,7 +4,7 @@ php:
script:
- composer install
- mkdir -p searchwp-finnish-base-forms
- rsync -avR * searchwp-finnish-base-forms --exclude searchwp-finnish-base-forms
- rsync -av * searchwp-finnish-base-forms --exclude searchwp-finnish-base-forms
- zip -r searchwp-finnish-base-forms.zip searchwp-finnish-base-forms -x \*.git\*
deploy:
provider: releases
Expand Down

0 comments on commit 0eac1e0

Please sign in to comment.