You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
pico/.travis.yml

15 lines
339 B

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