Update .travis.yml

This commit is contained in:
Rodrigo Rodriguez 2018-11-12 11:40:36 -02:00 committed by GitHub
parent d8300dbe39
commit f5ead3e625

View file

@ -33,7 +33,7 @@ deploy:
- provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: src/**/*
file: "BotServer-*.tgz"
skip_cleanup: true
on:
tags: false