Skip to content

Commit

Permalink
Merge branch 'master' of github.com:joppuyo/searchwp-finnish-base-forms
Browse files Browse the repository at this point in the history
  • Loading branch information
joppuyo committed Jul 10, 2018
2 parents 0be47d5 + 93f58ba commit 6305635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ php:
- '5.5.9'
script:
- composer install
- zip -r release.zip . -x \*.git\*
- zip -r searchwp-finnish-base-forms.zip . -x \*.git\*
deploy:
provider: releases
api_key: '$GITHUB_API_KEY'
file: "release.zip"
file: "searchwp-finnish-base-forms.zip"
skip_cleanup: true
on:
tags: true

0 comments on commit 6305635

Please sign in to comment.