Update .travis.yml

This commit is contained in:
Daniel Rudolf 2015-11-06 19:13:01 +01:00
parent e5b0ec6d7b
commit 2d6859af60

View file

@ -13,7 +13,7 @@ script:
before_deploy:
- composer install
- tar -czf "pico-release-$TRAVIS_TAG.tar.gz" .htaccess README.md changelog.txt composer.json composer.lock license.txt config content-sample lib plugins themes vendor index.php
- tar -czf "pico-release-$TRAVIS_TAG.tar.gz" .htaccess README.md CHANGELOG.md CONTRIBUTING.md composer.json composer.lock LICENSE config content-sample lib plugins themes vendor index.php
deploy:
provider: releases