This commit is contained in:
David "Paztek" Moreau 2015-10-28 02:52:58 +00:00
commit f7ccdce0fb

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
language: php
php:
- 5.4
script:
- composer install
- tar -czf pico.tar.gz .htaccess README.md changelog.txt composer.json composer.lock config content-sample index.php lib license.txt plugins themes vendor
deploy:
provider: releases
api_key: ${GITHUB_OAUTH_TOKEN}
file: pico.tar.gz
skip_cleanup: true
on:
tags: true