Skip to content

Commit

Permalink
Merge branch 'master' of github.com:joppuyo/relevanssi-finnish-base-f…
Browse files Browse the repository at this point in the history
…orms
  • Loading branch information
joppuyo committed Aug 11, 2018
2 parents e80f714 + 449ef87 commit 8e27d22
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: php
php:
- '5.5.9'
script:
- composer install
- zip -r relevanssi-finnish-base-forms.zip . -x \*.git\*
deploy:
provider: releases
api_key: '$GITHUB_API_KEY'
file: "relevanssi-finnish-base-forms.zip"
skip_cleanup: true
on:
tags: true

0 comments on commit 8e27d22

Please sign in to comment.